/* CSS file */
BODY{
	background-color: #000000;
	font-family: Tahoma;
	font-size: 10;
}

A:link {
	color: #666666;
	text-decoration: none;
}

A:visited {
	color: #666666;
	text-decoration : none;
}

A:active {
	color: #000000;
	text-decoration : none;
}
A:hover {
	color: #660000;
	text-decoration: none;
}



H3{text-align: center; font: 500 10px 'Tahoma';}
 H1{
	text-align: left;
	font: 24px 'Tahoma';
	padding : 3px;
}
 H2{text-align: center; font: 500 13px 'tahoma'}
 H4{
	text-align: left;
	font: 600 12px 'Verdana';
	background-color : #c9e2ed;
	text-indent : 25px;
	border : 2px outset;
}
 .Title{text-align: center; color: #000055; font: 400 18px 'Tahoma'}

 ul{
	padding-left: 5px; padding-right: 10px; font-family: verdana; font-size: 9px;
}

/*DIV{
	text-indent: 0px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 10px;
	font-family: tahoma;
}

P{
	text-indent: 0px;
	font-size: 14px;
	padding-left: 5px;
	padding-right: 10px;
	font-family: verdana;
	text-align: justify;
}
.table{
    padding: 5px;
	font-family: tahoma;
	font-size : 12px;
  text-align: justify;
}*/
