body {
	background-color: white;
	}

.header {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 150%;
	line-height: 150%;
	color: black;
	}	

.large {
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 110%;
	line-height: 150%;
	color: black;
	}	
	
.medium {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 80%; 
	line-height: 150%; 
	color: black;
	}

.small {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 70%; 
	line-height: 150%; 
	color: black;
	}	

.smallerror {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 70%; 
	line-height: 150%; 
	color: red;
	}

.ok {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 80%; 
	line-height: 150%; 
	color: green;
	}

a:link {
	color: blue; 
	text-decoration: none;
	} 

a:visited {
	color: purple; 
	text-decoration: none;
	}

a:hover {
	color: red; 
	text-decoration: underline;
	}
		
ul {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 80%; 
	line-height: 150%; 
	color: black;
	}

ol {
	font-family: verdana, geneva, arial, sans-serif; 
	font-size: 80%; 
	line-height: 150%; 
	color: black;
	}

.form {
	padding: 0;
	margin: 0;
	font-size: 80%;
	}