﻿html {
     overflow: -moz-scrollbars-vertical;
}

body {
	/*background-image: url(images/xmasbg.bmp);*/
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#999999
}
.style1 {
	color: #990000;
	font-size: 10px;
	font-family: tahoma;
}
.style2 {
	color: #923e2c;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #826851;
	font-size: 10px;
	font-family: tahoma;
}
.style4 {
	color: #845746;
	font-size: 10px;
	font-family: tahoma;
}

a:link { 
color:#990000; 
text-decoration: underline; }

a:visited { 
color:#990000; 
text-decoration: underline; }

a:hover { 
background-color: #1919;
color: #000000;
/*font-size: 10px; */
text-decoration: none;}