
a.orange:link {color: #FF9900; text-decoration: none;}
a.orange:visited {color: #FF9900; text-decoration: none;}
a.orange:hover {color: #FF9900; text-decoration: underline;}
a.orange:active {color: #FF9900; text-decoration: none;}

a.yellow:link {color: #FFFFFF; text-decoration: none;}
a.yellow:visited {color: #FFFFFF; text-decoration: none;}
a.yellow:hover {color: #FFFF00; text-decoration: underline;}
a.yellow:active {color: #FFFFFF; text-decoration: none;}


.paragraph {
	font-family: arial, helvetica;
	font-size: 14px;
	color: #000000;
}


.copyrights {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

