a:link
{
	color: cornflowerblue
}
a:visited
{
	color: cornflowerblue
}
a:hover
{
	color: #00CED1;
	text-decoration: none
}
body
{
	background-color: #875100;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}