<style type="text/css">
/* reset all styles for cross-browser compatability */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
/* Now for the site custom styles */ 
body {
	cursor: default;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #FFF;
	background-color: #000000;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
} 
a:link, a:visited {
	color: #FF0099;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
h1 {
	font-size: 36px;
	color: #D1AE45;
	text-align: left;
	margin-left:100px;
	vertical-align: top;
	font-weight: bold;
	color:#D1AE45;
	text-shadow: 8px 16px 3px rgba(255,255,255,1.0);
	text-indent: 0px;
}
.content {
margin-left:10px;
}
.copyright {
	font-size: 10px;
	text-decoration: none;
}
a.nav:link, a.nav:visited {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFCCFF;
	padding: 1px;
	margin-bottom: 8px;
}
a.nav:hover {
	font-size: x-small;
	color: #000000;
	text-decoration: underline overline;
	font-weight: bold;
	background-color: #941000;
}

.styled-scrollbars::-webkit-scrollbar {
  width: 3px; /* Mostly for vertical scrollbars */
  height: 3px; /* Mostly for horizontal scrollbars */
}
.styled-scrollbars::-webkit-scrollbar-thumb { /* Foreground */
  background: #FF0099;
}
.styled-scrollbars::-webkit-scrollbar-track { /* Background */
  background: #111;
}
</style>
