/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #003399;
	background-image: url(images/bkgrd.jpg);
}
#wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid #ffffff;
}
a {
	font-size: 14px;
	color: #333333;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #009999;
}
a:active {
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}