a:link {
	color: rgb(51, 153, 153);
}
a:visited {
	color: rgb(153, 153, 153);
}
a:active {
	color: rgb(51, 102, 204);
}
body {
	color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}