@charset "utf-8";
body {
font-size : 12px;
font-family : verdana;
color : #000000;
background : #ffffff url() fixed repeat;
}
a:link {
	color : #3344FF;
	text-decoration: none;
}
a:visited {
color : #3366FF;
text-decoration: none;
}
a:hover {
color : #0000CC;
text-decoration: underline;
}
a:active {
color : #3344FF;
text-decoration: none;
}

h2 {
font-size : 18px;
font-family : verdana;
color : #993366;
background : #ffffff url() fixed repeat;
text-align : center
}


h3 {
font-size : 12px;
font-family : verdana;
color : #000000;
background : #ffffff url() fixed repeat;
text-align : center
}


