/*Author: Jacob Spaulding, CIS136-01, May 2006*/
body{
	font-family:Arial,Helvetica, sans-serif;
	background-color:#CCCCCC;
}
img{
	border:0px;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.font1{
	font-style:italic;
	color:#0000FF;
	font-size:.8em;
}
.font3{
	font-weight:bold;
	font-size:1.3em;
}
.color{
	color:#CC0033;
}
.color2{
	color:#990000;
}
table.center {
	margin-left:10%;
	margin-right:10%;
	width:80%;
}
a.nav:link{
	color:#000066;
}
a.nav:visited{
	color:#000000;
}
a.nav:hover{
	color:#FFFFFF;
}
.nav{
	padding:5px;
	background-color:#9999CC;
	color:#000066;
	text-decoration:none;
	font-size:large;
}
.current{
	padding:5px;
	background-color:#FF0000;
	color:#0000FF;
	text-decoration:none;
	font-size:large;
}
#table{
	width:80%;
}
.header{
	width:100%;
	background-color:#FFFF33;
}
.form{
	border:3px solid #FF0000;
	width:60%;
	margin-left:20%;
	margin-right:20%;
}
