body {
	scrollbar-face-color: #a9e969;
	scrollbar-base-color: #598919;

	background-color: #75c545;
}

body.main {
	background-repeat: no-repeat;
	background-color: #75c545;
	background-position: 10px 10px ;
	margin-right: 0; margin-top: 0; margin-left: 0; margin-bottom: 0;
	scrollbar-track-color: #59a929;
}

div#definition
{
	margin: 0px 20px 0px 20px;
	display: none;
}

div.divdef
{
	width: 400;
	position: relative;
	left: 120; 
	top:0px;
}

p.bigtext 
{
	font-family: "Arial Black", Helvetica, sans-serif;
	color: #e0e0e0;
	font-size: 80pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none; 
}


p.smalltext 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	font-size: 12pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none; 
}

li.definitionlist
{
	font-family: Arial, Helvetica, sans-serif;
	color: #e0e0e0;
	font-size: 10pt;
	font-style:normal;
	font-weight:bold;
	text-decoration:none; 
}

a:link, a:visited 
{
	font-family:Helvetica, Arial, sans-serif;
	color:gray;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}

a:active 
{
	font-family:Helvetica, Arial, sans-serif;
	color:black;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
} 

a:hover, a:visited:hover 
{
	font-family:Helvetica, Arial, sans-serif;
	color:white;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
} 
