/* CSS Document */
body {
	margin: .6in;
	font-family: Verdana, sans-serif;
	font-size: 12pt;
	}
	#logo {
	height: 118px;
	background: url(images/homepage01.jpg) no-repeat left top;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}
#title h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#main-menu, #box2, #extral, #box1title, #picture, hr {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
