
body {
	margin: 0px;
 	background-color: #E9E9E9;
	/* 
	background-image:url('/layout/feber/background.gif');  
	background-repeat:repeat-x; 
	*/
    font-family: 'Verdana',sans-serif;
	font-size: 12px; 
	color:#202020; 
}

a {  text-decoration: none;  }
a:link {  color: #010101;  }
a:visited {  color: #010101;  }
a:active {  color: #010101;  }
a:hover {  color: #010101; text-decoration: underline; }

h1 {
    font-family: Arial,sans-serif;
	font-size: 16px; font-weight:bold
}

h2 {
    font-family: Arial,sans-serif;
	font-size: 14px; font-weight:bold
}

p {
	font-size: 12px; 
}
td {
	font-size: 12px; 
}
small {
	font-size: 8px; 
}