body {
	background: #0099cc;
	border-style: solid; 
	border-top-width: 15px; 
	border-right-width: 15px; 
	border-left-width: 15px; 
	border-bottom-width: 15px; 
	border-color: #ffffff;
	font-family: "comic sans ms";
	font-size: 9pt;
	color: #ffffff;
	}

a {
	color: #ffffff;
	font-weight:normal;
	}

a:visited {
	color: #ffffff; 
	letter-spacing:1px; 
	text-decoration:none; 
	} 

a:hover {
	text-transform:lowercase;
	letter-spacing:1px; 
	background-color: white; 
	color: #99ccff;
	}

td {
	background: #ffffff;
	}

h1 {
	color: #ffffff;
	font-size: 30pt;
	}

h2 {
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
	}

h3 {	font-size: 9pt;
	}

h4 {
	font-size: 9pt;
	color: #0099cc;
	}

li {
	list-style-type: square;
	}

div#width {	
	width: 780px;
	position: relative;
	left: 270px;
	}
