
body {

     background-color: #D9BC9E;
}


A:link {
	color: #800000;
	text-decoration: underline;
}

A:visited {
	color: #800000;
	text-decoration: underline;
}

A:active {
	color: #800000;
	text-decoration: underline;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

a.unused:link {
	color: #800000;
	text-decoration: none;
}

a.unused:visited {
	color: #800000;
	text-decoration: none;
}

a.unused:active {
	color: #800000;
	text-decoration: underline;
}

 a.unused:hover {
	color: #000000;
	text-decoration: underline;
}

p.font {
	font-size: 14px;
	font-family : Verdana;
	color : #000000;
}

p.bold {
	font-size: 18px;
	font-family : Verdana;
	color : #800000;
}

p.bio {
	font-size: 16px;
	font-family : Verdana;
	color : #800000;
}

p.link {
	font-size: 18px;
	font-family : Verdana;
}

p.name {
	font-size: 24px;
	font-weight: bold;
	font-family : Georgia;
	color : #800000;
}

p.copy {
	font-size: 12px;
	font-family : Georgia;
	color : #800000;
}