a:link {
	color: #7DA7C6;
	text-decoration: none;
}
a:visited {
	color: #799CC8;
	text-decoration: none;
}
a:hover {
	color: #D08F2F;
	font-weight: bolder;


}
a:active {
	color: #CC3300;
	text-decoration: none;
	font-weight: bolder;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E2AF50;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C29658;
}
body {
	background-color: 111122;
	color: #999999;
	font-family: "Trebuchet MS";

}
