.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
	font-size: medium;
}
.currentnavbar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	text-decoration:blink;
	color: #FF0000;
	font-size: medium;
	background-image: url("images/back.gif")
}
A:hover {
	color:#FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:medium;
}

.wstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
}

.wssubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-style:italic;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: underline;
	text-align:left;
}

.wstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	list-style-type: circle;
}

A:visited {text-decoration:none}
A:active {color:#FF0000; text-decoration: none}
a:link {color:#FF0000; text-decoration:none}

.eee {
background:background-color:#00FF00
color:#00FF00
}

.submen {
border-color:#FFFFFF;
border-width:medium;
border-style:solid;
}