a {
	color: 3333cc;
	font-size: 2;
	
	text-decoration: underline;
}

body {
	background-color: #bbb;
	margin: 0;
	font: x-small Verdana,Sans-serif;
	text-align: center;
	color: #333;
	font-size: small;
	font-size: small;
}

#container {
	position: relative;
	background-color:white;
	width: 695px;
	padding: 20px;
	text-align: center;
}
#content {
	position: relative;
	background-color:white;
	width: 695px;
	text-align: left;
}
#column{
	float:left;
	width:213px;
	height:250px;
	text-align: left;
	padding:9px;
	background: url("images/vertline.gif") right top;
}
#columnlast{
	float:left;
	width:213px;
	text-align: left;
	padding:9px;
}

h1 {
	font-family: Verdana,Sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 10px;
}

#credits {
   text-align:right;
 font-size: small;
 color: #000;
}

div#navbar2 {
 height: 30px;
 width: 100%;	text-align: center;
}
div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Verdana,Sans-serif;
 font-size: small;
 color: #000;
 line-height: 30px;
 white-space: nowrap;
 font-weight: bold;
}
div#navbar2 li {
 list-style-type: none;
 display: inline;
}
div#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #000;
}
div#navbar2 li a:link {
 color: #000:
}
div#navbar2 li a:visited {
 color: #CCC;
}
div#navbar2 li a:hover {
 color: #000;
 background-color: #E9A321;
}
