/* CSS Document */

body
{
	padding:0;
	margin:10px;
	background-color:#212121;
	font-family:tahoma;
	font-size:11px;
	color:#b9b9b9;
}
a:visited.sub, a:active.sub, a:link.sub
{
	color:#ff9c01;
	text-decoration: none;
}
a:hover.sub
{
	color:#ffca69;
	text-decoration: none;
}
