/* CSS Document */

body{ margin: 0; }

.b1:link  { text-decoration: none; color: #A9A9A9; }
.b1       { text-decoration: none; color: #A9A9A9; } 
.b1:hover { text-decoration: underline; color: #FFFFFF; }
			
.body {
	font: 13px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.title {
	font: 16px arial;
	color: #FFFFFF;
	font-weight: normal;
} 

.vaenco {
	font: 10px arial;
	color: #7C7C7C;
	font-weight: normal;
} 




