body {
	font-family : "Verdana";
	font-size : 10px;
	color : gray;
	background : black;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

a:link {
	color : #999999;
	background-color: transparent;
}
a:active {
	color:	#0033FF;
	background-color: transparent;
}
a:hover	{
	color:	#666699;
	background-color: transparent;
}

a:visited {
	color:	#666666;
	background-color: transparent;
} 

div, p, th, td, li, dd, dl, dt {
    font-family : "Verdana";
	font-size: 10px ;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

img {
	border:0
}

h1 {
	font-size:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:14px;
}

h6 {
	font-size:	12px;
}
h1, h2, h3, h4, h5, h6 {
font-family : "Verdana";
	font-weight: bold;
	background-color: transparent;
	margin:	0px;
}
code, tt, pre {
	font: 12px "Verdana", monospace;
}