.header  a:link  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	font-size: 9px;
	text-decoration: none;
}
.header  a:hover  {
	color: #666666;
	text-decoration: none;
}
a:link {
	font: 11px "Trebuchet MS";
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	font: 11px/150% "Trebuchet MS";
	color: #CCCCCC;
	letter-spacing: 1px;
	padding-right: 10px;
	padding-top: 0px;
	top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #999999;
}
h1 {
	font: lighter 12px Arial, Helvetica, sans-serif;
	color: #FF9900;
	letter-spacing: 1px;
	margin-top: 10px;
}
h2 {
	font: lighter 14px/130% "Trebuchet MS";
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.footer a:link {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999999;
	text-decoration: none;
	letter-spacing: 1px;
	font: 9px "Trebuchet MS";
}
.footer a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333;
	font-size: 9px;
	text-decoration: none;
}
body{
scrollbar-face-color:#333333;
scrollbar-base-color:#666666;
scrollbar-arrow-color:#ff9900;
scrollbar-track-color:#333333;
scrollbar-shadow-color:#5e5e5e;
scrollbar-highlight-color:#333333;
scrollbar-3dlight-color:#999999;
scrollbar-darkshadow-Color:#7d7d7d;
}
li {
	color: #CCCCCC;
}
