

body {
	background-color : #FAF4E6;
	color : #665544;
	font-family: Verdana, Arial, Helvetica;
        font-size: 16px;
        line-height: 16px;
        font-weight:normal;
}

/* link: normal links, active: links in use */
a:link, a:visited, div.icons a {
	color : #4E7076;
}

/* visited: previously visited links */
a:active, a:hover {
	color: #6CABAE;
}


