/* CSS Document */

body {
	background-color: #626262;
}
a:link {
	color: #996600;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #333333;
}


