a.one:link {color: #000000}
a.one:visited {color: #5e92e7}
a.one:hover {color: #000000}

a.two:link {color: #000000}
a.two:visited {color: #000000}
a.two:hover {font-size: 110%}

a.three:link {color: #000000}
a.two:visited {color: #000000}
a.three:hover {background: #66ff66}

a.four:link {color: #000000}
a.four:visited {color: #000000}
a.four:hover {font-family: monospace}

a.five:link {color: #000000; text-decoration: none}
a.five:visited {color: #000000; text-decoration: none}
a.five:hover {text-decoration: underline}
body {font-weight: normal;font-size: 12px;font-family: verdana;background-color:#FFFFFF}
p {font-weight: normal;font-size: 12px;font-family: verdana;background-color:#FFFFFF}
ul {
	font-weight: normal;
	width: 600px;
	font-size: 14px;
	font-family: verdana;
	background-color:#F9FAFF;
	padding-left:10px;
	list-style-type: square;
	list-style-position: inside;
	z-index: auto;
}

h1 {font-weight: bold;width: 800px;font-size: 18px;font-family: verdana;padding-left: 10px;background-color:#E8ECFF;padding-top:6px;padding-bottom: 6px;border-style: solid;border-width:1px}

/* Glossy Menu */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
list-style-image: url(arrow.gif);
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}
* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
.glossymenu li a:hover{
background-image: url(glossyback2.gif);text-decoration: underline
}

/* Glossy Menu 2 bith bg colours */

.glossymenu2{
list-style-type: none;
margin: 20px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu2 li a{
background-color:#F5F5F5;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
border-bottom:1px solid #9A9A9A;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
}
* html .glossymenu2 li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu2 li a:visited, .glossymenu li a:active{
color: black; border-bottom:1px solid #9A9A9A;
}
.glossymenu2 li a:hover{
background-color:#CCCCCC;
text-decoration: underline;
border-bottom:1px solid #9A9A9A;
}