h1 {
	font-family: Verdana;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
h2 {
	font-family: Verdana;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
h3 {
	font-family: Verdana;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
h4 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
}

p {
	font-family: Verdana;
	font-size: 14px;
	color: #CCCCCC;
}
h6 {
	font-family: Verdana;
	font-size: 10px;
	color: #CCCCCC;
}
a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	color: #663300;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}


body {
    scrollbar-face-color:#000000;
    scrollbar-highlight-color:#000000;
    scrollbar-3dlight-color:#996600;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#000000;
    scrollbar-arrow-color:#996600;
    scrollbar-track-color:#333333;
	background-color: #000000;
}

h5 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #CCCCCC;
}

