/* basic definitions */

a:link {color: #4a96d1; font-weight: bold; text-decoration: none} 
a:visited {color: #4a96d1; font-weight: bold; text-decoration: none} 
a:hover {color: #4a96d1; font-weight: bold; text-decoration: underline} 
a:active {color: #4a96d1; font-weight: bold; text-decoration: none} 

body {
    margin: 0;
    padding: 20px;
    border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

body p, table {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

h1, h2, h3 { 	font-family: Verdana, Arial, Helvetica, sans-serif; }