body {
	background-color: #858791;
	color: #878797;
	margin-top: 0px;
	margin-left: 0px;
}
body, td, div {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, san-serif;
	font-size: 11px;
}

body a {
	color: #858791;
	text-decoration: underline;
	font-weight: normal;
}

body a:hover {
	color: #F047B6;
}





/* classes  */

.cordwainers {
	color: #A4A3A3;
	font-size: 14px;
	margin-bottom: 4px;
}
.header {
	font-size: 13px;
	color: #F047B6;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 10px;
}


/* divs  */

#nav {
	color: #615E97;
	font-weight: bold;
}
#nav a {
	color: #615E97;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #F047B6;
}

#footer {
	color: #A4A3A3;
	font-size: 8pt;
}
#footer a {
	font-weight: normal;
	text-decoration: underline;
	color: #787777;
}
#footer a:hover {
	color: #000000;
}	