.links3 {
    font-size:.9em;
    font-family:arial,helvetica,sans-serif;
}
.links3 a {
    display:block;
    width:auto; /* fixes width inconsistencies between NS and IE */
    border:0px solid black;
    border-right-width:0px; /* eliminate 2px borders */
    color:gray;
    padding:4px;
    text-decoration:none;
    font-weight:bold;
    background-color:#ffcc99;
}
.links3 a:hover {
    background-color:#ffcc99;
    color:white;
	text-decoration : none;
}

P  {
	font-size : medium;
	font-family : Verdana, Arial, Helvetica;
	color : Maroon;
}

BLOCKQUOTE  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica;
	color : Maroon;
}

LI  {
	font-size : medium;
	font-family : Verdana, Arial, Helvetica;
	color : Maroon;
}

H1  {
	font-size : large;
	font-family : Arial, Helvetica;
	font-weight : bold;
	color : Teal;
	text-align : center;
}

H2  {}

H3  {}

A  {
	font-size : medium;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}

A:Visited  {
	color : Red;
	text-decoration : none;
	font-size : medium;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
}

A:Active  {
	font-weight : bold;
	font-size : medium;
	font-family : Verdana, Arial, Helvetica;
	color : Orange;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
	color : Orange;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica;
	font-size : medium;
}

BODY  {
	background-color : White;
}

