﻿body {
	/* this sets the background color of the page */
background-color: #000080;
	font: Arial;
	color: #FFCC66;
	font-weight: bold;
}
.newStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000080;
	font-weight: bold;
	color: #FFCC66;
}
