body {
	background:#FDECB9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color:#000000;
	margin-left:0px;
}
p {
	line-height:150%;
	font-size: small;
}
h1 {
	font-size:large;
	color:#660066;
}
h2 {
	font-size:medium;
	font-weight:bold;
	font-style:italic;
	color:#990000;
}

a:link {
	color:#993366;
	font-weight:bold;
	text-decoration:none;
}
a:visited {
	color: #993366;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	background-color:#CC99CC;
	color:#663366;
	text-decoration:none;
	font-weight:bold;
}
a:active {
	background-color:#CC99CC;
	color:#663366;
	text-decoration:none;
	font-weight:bold;
}
.date {
	font-weight:bold;
	font-style:italic;
}
.article {
	font-weight: bold;
}
.footer {
	font-size:xx-small;
	color:#FFCC66;
}
.tableBorder {
	border: 1px solid #660066;
}