/* CSS Document */
.wrapper {
	  background-color: #ffffff;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #ffffff;
	
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #333333;
}
body {
	background-color: #03618E;
}
.nav {
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #49819C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8DC63F;
}
a:hover {
	text-decoration: none;
	color: #8DC63F;
}
a:active {
	text-decoration: none;
	color: #49819C;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
.form {
	font-size: 12px;
}


