.location {  font-weight: bold; color: #000099; font-size: 9pt; text-decoration: none;}
.submit {  color: #FFFFFF; background-color: #3134CE; text-decoration: none; height: 25px;}
.nounder {  font-weight: bold; color: #000099; text-decoration: none; font-size: 14px;}
.nounder16 {  font-weight: bold; color: #990000; text-decoration: none; font-size: 16px;}
.moreinfo {  font-weight: bold; font-size: 9px; text-decoration: none;}
.larger {  font-size: larger; font-weight: bold;}
.xsmall {  font-size: 10px; color: brown; text-decoration: none;}

HTML {
	font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 14px;
}

body {
	color: #000000;
	background-color : #D0B190;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 14px; background-image: url(images/bg.jpg);
}
a:link {
	color: #000099;
}
a.nounder:link  {
	color: #000099; 
    text-decoration: none; 
}
a.nounder:hover {
  text-decoration: underline;
}
a.nounder16:link  {
	color: #000099;
    text-decoration: none; 
}
a.nounder16:hover {
  text-decoration: underline;
}
a:active {
	color : #000099;
}
a:visited {
	color : #000099;
}
