BODY
{
	color: white;
font-size: 10pt;
	font-family: 'Segoe UI' , Tahoma;
	background-color: black;
}
.TC
{
	font-size: 10pt;
	color: red;
	font-family: Arial;
	font-weight: bold;

}
.TC2
{
	font-size: 10pt;
	color: white;
	font-family: "Arial";
	font-weight: bold;
}
a
{
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	font-family: 'Segoe UI' , Tahoma;
}
a:active
{
	color: yellow;	
	font-size: 10pt;
	font-family: 'Segoe UI' , Tahoma;
}
a:link
{
	color: yellow;	
	font-size: 10pt;
	font-family: 'Segoe UI' , Tahoma;
}
a:visited
{
	color: yellow;	
	font-size: 10pt;
	font-family: 'Segoe UI' , Tahoma;
}
a:hover
{
	font-weight: normal;
	font-size: 10pt;
	color: red;
	font-family: 'Segoe UI' , Tahoma;
}