body {
	color: #666699;
	background-color: C6D3A5;
	font-family: "Comic Sans MS";
	font-size: 11px;
	margin: 0px;
	padding: 5px 5px 0px 10px;
	scrollbar-3dlight-color:cccccc;
	scrollbar-shadow-color:cccccc;
	scrollbar-face-color:cccccc;
	scrollbar-darkshadow-color:999999;
	scrollbar-track-color:e7ecda;
	scrollbar-arrow-color:999999;
	scrollbar-highlight-color:999999;
}

p {
	font-size: 11px;
}

.p {
	font-size: 11px;
}

.text {
	font-size: 10px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

.h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

.h4 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.nonunderlined {
	font-size: 10px;
	text-decoration: none;
}

a:link {
	color: 666699;
	font-size: 10px;
	font-weight: bold;
}
a:hover {
	color: #FFFF99;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	font-size: 10px;
	color: #666699;
	font-weight: bold;
}
a:active {
	font-size: 10px;
	color: #336633;
	font-weight: bold;
}

