/* Set the background of the page*/

body {
	
	/* this is a watermark
	background-image:url("images/learnit.gif");
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	*/
	background-image:url(images/background1.gif);
	background-repeat:repeat;
	background-attachment:fixed;
	margin-top:19px;
	color:#FFFFFF;
	
}

.style1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration:none;
}

.style2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.style3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:center;
	color: #FFFFFF;
}

.style4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.style5 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
}

.style6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration:none;
	
}

.style7 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}

.style8 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

.style9 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FF0000;
}

.style10 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
}

<style>
A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
color: #FF0000;
BORDER: none;
border: solid 1px #F0F8FF;
}

A.menulink:hover {	
color: #FF0000;
text-decoration: none;
BORDER: none;
background-color:#F0F8FF;
}

</style>

<script>

/*
CSS Menu highlight- By Marc Boussard (marc.boussard@syntegra.fr)
Modified by DD for NS4 compatibility
Visit http://www.dynamicdrive.com for this script
*/

var ns4class=''
</script>


h6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
}

h5 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:13px;
	background-attachment:scroll;
	color: #FFFFFF;
}

h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	background-color: #000000;
	background-attachment:scroll;
	color: #FF0000;
}

h9 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
}

h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	background-color: #000000;
	background-attachment:scroll;
	color: #FFFFFF;
}


h1,h2 {
font-family:Verdana,Arial,Helvetica,sans-serif; 

}

a {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-decoration: none;
	color:#000066;
		}

body,td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #000;
		}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-image:url(images/background1.gif);
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFFF;
color:#FF0000;
}
