body {
    font-family: Verdana, Arial, Geneva, sans-serif;
    color: #333333;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    }

a {
	color: #0081B3; /* sky blue of logo */
}
.navbar {
	color: #666666;
	border-left: 18px;
	}
#maincontent {
    font-size: 11; /* ##################### */
    line-height: 1.5em;
	margin-top: 15px;
	margin-left: 18px;
	margin-right: 8px;
	}
#pullquote {
	color: #666666;
	font-size: 12;
	line-height: 1.9em;
	padding-left: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
#footer {
	color: #cccccc;
	font-size: 10;
	line-height: 1em;
	padding-left: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}