/* metastyle */

body {
	background-color: #333333;
}

table,td,p,ul,div  {
	font-size: 10px;
	color: #999999;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	}
h1 {
	font-size: 18px;
	color: #666666;
	font-style: normal;
	}
h2 {
	font-size: 12px;
	}
h3 {
	color: #666666;
	font-size: 24px;
	font-family: times, serif;
	}	
pre,code {
	font-family: monaco, courier, monospaced, monospace;
	font-size: 9pt;
	}
.de{
	font-size: 10px;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	color: #666666;
}
.re{
	font-size: 10px;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	color: #666666;
}
.it{
	font-style: italic;
	color: #999999;
}
	



:link, :visited { text-decoration: none; }
:link:focus, :visited:focus { color: yellow; }
:link { color: #CCCCCC; }
:visited { color: #999999; }
:link:hover, :visited:hover { color: #FFFFFF; }
:link:active, :visited:active { color: red; }
