/*
Casscading style sheet programmnig and copyright 
(c) 2003  Bc. Jakub Hejtmanek 
http://hejtmanek.net
*/

P  {text-align : center;}
A 	{
	color : #FF2020;
	color : Red;
	text-decoration: none;
	text-transform : lowercase;
	text-decoration : underline;
}
A:link  {
	color : white;

}
A:visited  {
				color : White;
}
A:active  {
	color : white;

}
A:hover {
	color : white;
	text-decoration : overline;

	}

BODY  { 
	text-align: left;
	font-family : Tahoma, Arial, Helvetica;
	font-size : 10pt;
	/*background: url(../images/back.jpg) no-repeat;*/
	background-color : black;
	color : white;
	margin:0px 0px 0px 0px;
}


TD  {	font-family : Tahoma, Arial, Helvetica;
	font-size : 8pt;
	text-transform : capitalize;
	text-align : center;
	font-weight:bold;
	
}