



html
{
height: 100%;
}

body {
		background: black;
		background-color: black;
		color: White;
		font-size: 15px;
		font-family: Times New Roman, Times, Serif;
		margin:0;
   		padding:0;
   		height:100%;	
   		line-height: 120%;	
	}



a:link  {color:DarkRed; background-color:transparent; text-decoration: none;}
a:visited {color:#990099; background-color:transparent; text-decoration: none;}
a:hover   {color:#000000; background-color:transparent; text-decoration: underline;}
a:active  {color:#3300CC; background-color:transparent; text-decoration: none;}

h1 {

	font-weight: bold;
	font-size: 21pt;
	text-transform: uppercase;
	text-align: center;

	color: white;
	width: 100%;

	

}

h2 {
		color: white;
		font-weight: normal;
		font-size: 18pt;
		text-decoration: none;
		text-align: center;
		
}

h3 {
		padding: 10px 0px 0px 0px;
		color: black;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13pt;
		text-align: left;
		
		
}

h4	{	color: black;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		text-align: left;
		padding: 15px 0px 5px 0px;}
	

