@charset "utf-8";
/* CSS Document */
.main {
	font-family:  Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	width:570px;
	line-height:1.5em;
}
	
.bold {
	font-size:200%;
	font-weight: bold;
	color: #000000;
}

a:link { color: #000099}
a:visited {  color: #000099}
a:hover {  font-weight: normal; text-decoration: underline;  color: #0033CC}
a:active {  color: #FFcc33; background-color: #000066; text-decoration: underline}

H1 {
	font-size: 2em;
	color: #4453A4;
	font-weight: lighter;
	line-height:1em;
} 

H1.black {color: #000000}

