﻿html, body {
	margin: 0;
	padding: 0;	
}


body {
    font-family: Verdana;
    font-size: 11px;
	font-weight: normal;
   	color: #ffffff;
	text-align: justify; 


		
}


h1 {
    font-family: Verdana;
    font-size: 23px;
	font-weight: bold;
   	color: #9a9a9a;
	text-align: left; 
}

h2 {
    font-family: Verdana;
    font-size: 12px;
	font-weight: normal;
   	color: #cbcbcb;
	text-align: justify; 
}

h2b {
    font-family: Verdana;
    font-size: 12px;
	font-weight: bold;
   	color: #cbcbcb;
	text-align: left; 
}

h3 {
    font-family: Verdana;
	text-align: right; 
}

a:link {color:#b1b1b1; font-size: 12px; font-weight: bold;  text-decoration:none}
a:visited {color:#b1b1b1; font-size: 12px; font-weight: bold; text-decoration:none}
a:hover {color:#ffffff; font-size: 12px; text-decoration:bold}
a:active {color:#b1b1b1; font-size: 12px; text-decoration:none}
