BODY {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 25px;
	background-image: none;
	color: Black;
}
A:ACTIVE {
	color : Red;
	text-decoration: underline;
	background-color : transparent;
}
A:HOVER {
	background-color : Lime;
	color : Red;
	text-decoration: underline;
}

A:LINK {
	color : Blue;
	text-decoration: underline;
	background-color : transparent;
}
A:VISITED {
	color : Purple;
	text-decoration: underline;
	background-color : transparent;
}
P {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: lighter;
	height: 11pt;
}
UL {
	margin-left : 20px;
	margin-right : 20px;
	line-height : 25px;
	
}
H1, H2, H3, H4 {
	text-align : center;
}
LI {
	line-height : 30px;
}

.able	{
	margin-left : 150px;
	margin-top : 100px;
	
}
TH {
	text-align : center;
	font-size : 15pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
TD {
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
}
.links {
	margin-left : 25px;
	margin-right : 25px;
}
.cen	{
	text-align : center;
	font-size : smaller;
}

.cent	{
	text-align : center;
}

.quote	{
	margin-left : 25px;
	margin-right : 25px;
	font-style : italic;
}
.cell	{
	background-color: #FFEFD5;
	text-align: center;
	border-color: Black Black Black Black;
	border-left-style: outset;
	bottom: 1px;
	border-width: 1px 1px 1px 1px;
	border-right-style: outset;
	border-top-style: outset;
	border-bottom-style: outset;
}
.temp {
	text-transform: capitalize;
	color: Red;
}