.text           { font-family:verdana; font-size:8pt; font-weight:normal; text-align:left } 
.text_right     { font-family:verdana; font-size:8pt; font-weight:normal; text-align:right } 
.text_justified { font-family:verdana; font-size:8pt; font-weight:normal; text-align:justify } 

body {
	background-color:white;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0
}

a {
	text-decoration:none;
	color:blue;
}

a:hover {
	text-decoration:underline;
	color:blue;
}


