TABLE.CONTENT {
	text-align: left;
	background-color: #E8E4FC;	
}

a {
	
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

BODY {
	text-align: center;
	background-color: #E8E4FC;
	font-family: Arial, Helvetica, sans-serif;
}

TABLE.main {
	width: 20px;
	border: 24px solid White;
	background-color: White;
	
}

TABLE.middle{
	background-color: #FFFDFB;
	
}



TABLE.features {
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed Black;
}




TD.margin {
	width: 120px;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 24px;
	padding-top: 50px;
}

TD.news {
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-size: 13px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

#title {
	color: Maroon;
	font-size: 16px;
	font-weight: bold;
}
#author {
	color: Black;
	font-size: 11px;
}

#menuitem {
	font-size: 9px;
	font-weight: normal;	
}

#footer {
	font-size: 9px;
	padding-top: 24px;
	border-bottom: 1px solid Maroon;
}
