body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-image: url(../images/bg2.jpg);
}

h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-style: normal; font-weight: bold; font-variant: small-caps; color: #000066}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-style: normal}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold}
h4 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: italic}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
}

a:link {
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006600;
	text-decoration: none;
}
a:visited {
	color: #339900;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #003300;
	border-left-color: #009900;
}
a:hover {
	color: #33CC00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;

}
a:active {
	color: #CC0000;
}
