/*
   New Perspectives on JavaScript
   Tutorial 4
   Review Assignment
   Filename: dixon.css

   This file contains styles used in the events.htm file.

*/

body {
background-color:(#009966)
}



#main {
	position: absolute;
	top: 443px;
	left: 359px;
	width: 586px;
	height: 372px;
	border: thin solid #FFFFFF;
}
#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 4;
	text-align: center;
}
#main table {
	width: 100%;
}
#main th {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
}
#main input {
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #009933;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	position: static;
	width: auto;
	height: auto;
	text-align: justify;
}
