body {
	color: #DEDECA; 
	}

.style1 {color: #FFFFFF}
.style2 {
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.style3 {
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

td, th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #999999;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none; cursor: url(batter-next.cur), url(css/batter-next.cur), url(../css/batter-next.cur), default;	
}
a:active {
	text-decoration: underline;
}
