a:link	{
	color : #004080;
	text-decoration : none;
}
a:visited	{
	color : #8080C0;
	text-decoration : none;
}
a:active	{
	color : #FF0000;
	text-decoration : underline;
}
a:hover	{
	color : #FB3C04;
	text-decoration : underline;
}
body	{
	color : #080808;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 13px;
}
