body {
	background-color: rgb(204,204,255);
	}
/*204,153,204*/
#content {
	position:absolute;
	top: 0px; left: 5%; 
	padding: 20px;
}

a:link {
color: rgb(51,0,51);
font-weight: bold;
}

a:visited {
color: rgb(204,153,204);
font-weight: bold;
}

a:hover {
color: rgb(153,102,204);
font-weight: bold;
}

a:active {
color: (255,255,204);
font-weight: bold;
}