/* 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: none;
    border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
}

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


body img {
    border: none;
}