/* CSS Document */

body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.container {
	width: 700px;
	margin: 0 auto;
}
.topcontent {
	height: 150px;
}
.offcenterdiv {
	float: right;
	width: 490px;
}
h1 {
	font-family: Georgia;
	font-size: 1.7em;
	font-weight: normal;
}
a:link { 
	color: #61749E;
	font-weight: bold;
	text-decoration: none;
}
a:visited { 
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #61749E;
	font-weight: bold;
	text-decoration: underline;
}
a:active { 
	color: #61749E;
	font-weight: bold;
	text-decoration: underline;
}
