@charset "utf-8";
/* CSS Document */
h1 { font-family: verdana; font-weight:bold; font-size:12pt }

a:link {
	color: #3333FF;
	text-decoration: none;
}

a:visited {
	color: #3333FF;
	text-decoration: none;
}

a:hover {
	color: #FF6633;
	text-decoration: underline;	
}
