<html>
<head>
	<title>css</title>
</head>
<link rel="stylesheet" type="text/css" href="web.css"/>
body {font-size:12pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:green;}
DIV.white {font-size:10pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:white;}
DIV.link {font-size:7pt;font-style:italic;font-family:Tahoma,Arial,Helvetica, sans-serif;color:white;}
DIV.head {font-size:14pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:RGB(green);}
DIV.header {font-size:18pt;font-weight:bold;font-family:Tahoma,Arial,Helvetica, sans-serif;color:white;}
DIV.header2 {font-size:14pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:white;}
DIV.vlink {font-size:10pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:RGB(153,0,204);}
table {background-color:white;font-style:normal;font-size:10pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:green}
table.green {background-color:green;font-size:10pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:white;}
body {font-size:12pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:green;}
img {border-style:solid;border-color:green;}
a {text-decoration:none;} 
P {font-style:normal;font-size:6pt;font-family:Tahoma,Arial,Helvetica, sans-serif;color:green;}
h1 {
	font-size: 1.8em;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color:white;
	line-height: 1.0em;}
	
h2 {
	font-size: 1em;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color:green;}
h3 {
	font-size: 1.3em;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color:green;}
	
h4 {
	font-size: 1.3em;
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color:white;
	line-height: 1.0em;}

A:link {text-decoration:color:green}; 
A:visited {text-decoration:color:green}; 
A:active {text-decoration:color:green}

A.nav:link {text-decoration:color:white}; 
A.nav:visited {text-decoration:color:white}; 
A.nav:active {text-decoration:color:white}
HR {border:0; width:80%; color:black; background-color:black; height:2px;}  


</body>
</html>

