BODY {
	margin-top : 2px;
	margin : 2px;
	background-color : #000000;
}
.text{
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	text-indent : 10px;
	text-align : justify;
}
.zag{
	font-family: sans-serif;
	font-size: 13pt;
	font-style: italic;
	font-weight: bold ;
	text-decoration: none;
	color: #00BFFF;
}
TABLE.main {
	background-color : Gray;

}
A {
	color : Aqua;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
}

A:HOVER {
	color : #F5F5F5;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	background-color : Black;
}

