﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #228B22;
}

a:link       { font-family: Arial; font-size: 10pt; font-weight: bold; color: blue; text-decoration: none }
a:active     { font-family: Arial; font-size: 10pt; font-weight: bold; color: red }
a:visited    { font-family: Arial; font-size: 10pt; font-weight: bold; color: purple; text-decoration: none }
a:hover 	 {color: #008000; font-weight: bold}

h1 {
	font-size:large
}