a:link
{ text-decoration: none;
	color: blue; font-family: Arial, Helvetica, sans-serif;
}

a:hover
{ text-decoration: underline;
color: red; font-family: Arial, Helvetica, sans-serif; 
}

a:visited
{ text-decoration: none;
	color: purple; font-family: Arial, Helvetica, sans-serif;
} 
a:active 
{ text-decoration: none;
	color: blue; font-family: Arial, Helvetica, sans-serif;
}
body
{	
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
.headexlarge
{
	font-size: 120%;
	font-weight: 800;
}
.headexlargecenter
{
	font-size: 120%;
	font-weight: 800;
	text-align: center;
}

.head1
{
	font-size: 85%;
	font-weight: 800;
}
.headMenu
{
	font-size: 70%;
	font-weight: 950;
}
.headMenuBlue
{
	font-size: 75%;
	font-weight: 900;
	color: 003399;
}
.headMenuMagenta
{
	font-size: 75%;
	color: 660033;
	font-weight: 900;
}
.headMenuYellow
{
	font-size: 75%;
	color: CC9933;
	font-weight: 900;
}
.headMenuItalic
{
	font-size: 65%;
	font-weight: 800;
	font-style: italic;
}
.head2
{
	font-size: 75%;
	font-weight: 700;
	color: green;
}
.headleft
{
	font-size: 85%;
	font-weight: 800;
	text-align: left;

}
.headcenter
{
	font-size: 85%;
	font-weight: 800;
	text-align: center;
}
.headright
{
	font-size: 85%;
	font-weight: 800;
	text-align: right;
}
.headblue
{
	font-size: 100%;
	font-weight: 800;
	color: #003399;
}
.leftsmall
{
	font-size: 65%;
	font-weight: 300;
	text-align: left;
}
.left
{
	font-size: 85%;
	font-weight: 300;
	color: black;
	text-align: left;
}
.rightsmall
{
	font-size: 65%;
	font-weight: 300;
	text-align: right;
}
.italicsmall
{
	font-size: 65%;
	font-weight: 300;
	font-style: italic;
	text-align: left;
}
.listoutside
{
	list-style: circle outside;
	font-size: 75%;
	font-weight: 700;
	line-height: 110%;
}
.listinside
{
	list-style: circle inside;
	font-size: 75%;
	font-weight: 700;
	line-height: 110%;
}
.menu
{
	font-family: 
	color: #d7a279;
	font-weight: 700;
	font-size: 70%;
}
.smallcaps
{
	font-variant: small-caps;
}