
BODY {
	text-align: justify;
	scrollbar-face-color: "#D8C9D7";
	scrollbar-shadow-color: "#672E62";
	scrollbar-highlight-color: "#FFFFFF";
	scrollbar-3dlight-color: "#FFFFFF";
	scrollbar-darkshadow-color: "#000000";
	scrollbar-track-color: "#E7DCE6";
	scrollbar-arrow-color: "#672E62";
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #660099;
	background-color: #D8C9D7;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-align: center;
	color: #660099;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660099;
	font-weight: lighter;
	text-align: center;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #660099;
	font-weight: lighter;
}

td {
  	font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		color: #660099;
	font-weight: lighter;
}

ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; text-align: left;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660099;
}

a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660099;
	text-decoration: underline;
	font-weight: bold;
}
a:visited{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #660099;
  text-decoration: underline;
  font-weight: bold;
}
a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #8E0152;
  text-decoration: none;
  font-weight: bold;
}
a:active{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #660099;
  text-decoration: underline;
  font-weight: bold;
}

.ttable td {
	vertical-align: top;
	padding-bottom: 15px;
}
