body {
	background: white;
	font-family: Georgia, "Times New Roman", serif;
	padding: 10px;
	color: #000033;
}
a {
	color: #cc0000;
}

			a:active {
				color: #ff3300;
			}

			a:visited {
				color: #0066cc;
			}

			#photo {
				float: left;
				margin: 5px;
				padding: 0px;
				width: 250px;
			}

			#title {
				float: left;
				width: 400px;
				text-align: center;
			}

			#title h1 {
				font-size: 28px;
				font-weight: normal;
			}

			#title h2 {
				font-size: 20px;
				font-weight: normal;
			}

			#title h3 {
				font-size: 16px;
				font-weight: normal;
			}

			#content {
				clear: left;
				padding-top: 5px;
				width: 600px;
			}