body {
	font: 8pt/16pt verdana, times, serif; 
	background-color: white;
	color: RGB(40,40,40);
	}
a:link, a:visited { 
	text-decoration:none; 
	color: #363636;
	}

a:hover {
	text-decoration:none;
	color: green;
	}
p { 
	text-align: justify;
	}
hr {
	border: 0;
	border-bottom: 1px solid gray;
	}
form { 
	margin: 4 0 4 0; 
	}
input, textarea {
	background : #F5F5F5;
	border : 1px solid #C0C0C0;
	font-size: 12px;
	font-family: monospace;
	color: #4B4B4B;
	}
input:focus, 
select:focus, 
textarea:focus {
	background-color: #ffffff;
	}