/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
	
h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin-left: 20px;
}	

body {
	background-color:#9BC3FE;
	font-size: small; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}
	
h1 {
	font-size: 200%;
	}
			
h2 {
	font-size: 120%;
	margin-top: 10px;
	}
	
h3 {
	font-size: 120%;
	}
	
ul li {
	font-size: 90%;
	}
	
a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	font-weight: bold;
}

.center400 {
	margin:auto;
	width: 400px;
}


