BODY {
	color: White;
	background-color: #FF9650;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/widebackground2.jpg);
	background-repeat: repeat-y;
	font-weight: bold;
}

h4 {
	color: Yellow;
	font-weight: bold;
	font-style: italic;
}

A {
	color: White;
}

A:HOVER {
	color: Aqua;
}
