#body {
	font-family: 'Baskerville, Times New Roman, serif';
}

#footer {
	color: black;
}

* a {
	color: #463b3b;
}

* a:hover {
	color: #000000;
}

#header #title a {
	line-height: 50px;
	margin-left: 15px;
	font-family: 'Baskerville, Times New Roman, serif';
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 15px;
}

#header #title a {
	color: black;
	text-decoration: none;
}

#header #title a:hover {
	color: black;
	text-decoration: underline;
}

#menu {
	text-align: left;
	font-family: 'Baskerville, Times New Roman, serif';
}

#menu a {
	font-size: 14px;
	color: #463b3b;
	text-decoration: underline;
	font-weight: bold;
}


#menu a:hover {
	color: #000000;
}

/** Content **/

#content {
	font-family: 'Baskerville, Times New Roman, serif';
	text-align: left;
	font-size: 14px;
}


#content h1 {
	font-weight: normal;
	/*border-bottom: 1px solid black;*/
	margin-bottom: 10px;
        letter-spacing: 10px;
}

#content p, ul {
	padding: 5px 0px 5px 0px;
	font-weight: normal;
	line-height: 140%;
        font-size: 14px;
}

#content ul {
	margin-left: 15px;
        list-style-type: disc;
}
/*
#content ul li {
    list-type: inside;
    display: inline-block;
}*/

/** Footer **/

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #963939;
}
