body {
	margin:0;
	color: #000;
	font-family: Palatino, Georgia, Arial, sans-serif;
	text-align: justify;
	}

#main {
padding: 0.5em 0em 0.5em 0em !important;
}	
#header {
border-bottom:0px;
}
#headerTitle {
	background: #FCFBE3;
	height: 97px;
	padding-bottom: 10px;
	padding-top: 50px;
	box-shadow: 10px 10px 5px #dedede;
}

a:link {
	color: #900;
	text-decoration: underline;
	font-weight:normal;
}

a:active {
	color: #900;
	text-decoration: underline;
	font-weight:normal;
}

a:visited {
	color: #900;
	text-decoration: underline;
	font-weight:normal;
}

a:hover {
	color: #900;
	text-decoration: underline;
	font-weight:normal;
	background-color: #FFFFFF;
}

#articleTitle {
color: #300;
font-size: 1.2em;
font-style: italic;
}

#authorString {
font-size: 0.9em;
font-weight: bold;
text-align: justify;
}