/* CSS Document */
body
	{
	background-color: #333333;
	}
.normaltext
	{
	font-family: Tahoma;
	color: #6f6f6f;
	font-size: 12px;
	}
a:link
	{
	font-family: Tahoma;
	text-decoration: none;
	color: #CC3333;
	font-size:11; 
	}
a:visited
	{
	font-family: Tahoma;
	text-decoration: none;
	color: #CC3333;
	font-size:11;
	}
a:hover
	{
	font-family: Tahoma;
	text-decoration: none;
	color: #99CC00;
	font-size:11;

	}
a:active
	{
	font-family: Tahoma;
	text-decoration: none;
	color: #CC3333;
	font-size:11;
	}	
.cimsor {

	font-family: Tahoma;
    color: ad0000;
	text-decoration: none;
    font-size: 12px;

