﻿BODY {
	color: Black;
	background-color: #FF9650;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/widebackground2.jpg);
	background-position: -195px;
	background-repeat: repeat-y;
}

h1 {
	font-size: large;
	text-decoration: underline;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: small;
}

A {}

A:HOVER {
	color: Red;
}