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

#maincontent {
	font-size:12px;
	font-family: "OCR-A II";
	vertical-align:top;
}

#container {
	width: 670px;
	margin: 0 auto;
	background-repeat: repeat-y;
	color:white;
}


a {
	color: yellow;
	text-decoration: underline;
}
a:hover {
	color:yellow;
	text-decoration: underline;
}

a:visted {
	color:yellow;
	text-decoration: underline;
}
