@charset "utf-8";
/* CSS Document */

p {
	font-size : 12px;
	font-family : arial;
	color : #CCCCCC;
	text-align : left;
	margin :10;
} 

h3 {
font-size : 12px;
font-family : arial;
color : #CCCCCC;
text-align : left ;
} 

h2 {
font-size : 14px;
font-family : arial;
color : #CCCCCC;
text-align :center ;
} 

h1 {
font-size : 16px;
font-family : arial;
color : #CCCCCC;
text-align :center ;
} 

body {
	font-size : 11px;
	font-family : arial;
	color : #CCCCCC;
	background-color: #000033;
} 

blockquote {
font-size : 10px;
font-family : arial;
color : #c0c0c0;
text-align : left;
} 

micro {
font-size : 6px;
font-family : arial;
color : #c0c0c0;
text-align : left;
} 

a:hover {
font-weight : ;
	font-size : 12px;
	font-family : arial;
	color : #CC6699;
	background : normal;
text-decoration : ;
} 

a:visited, a:link, a:active {
font-weight : ;
font-size : 12px;
font-family : arial;
color : #99ccff;
text-decoration : ;
} 

.errortext {color: #FF3300}
