BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left-width : 10px;
	border-right-width : 10px;
	font-size: 12px;
	margin-bottom: 3px;
}
table{
	font-size: 12px;
}
td {
	border-left-width : 10px;
	border-right-width : 10px;
}

th {
	font-weight: bold;
	color: #006400;
}


a:hover {
	Color : red;
	text-decoration: none;
	font-weight: bold;
	background-color: Yellow;
}
a:link {
 text-decoration: none;
}
a:visited {  text-decoration: none}
p{
	text-decoration: none;
	text-align: left;
	margin-bottom: 8px;
	margin-top: 3px;
}
h1{
	font-weight: bolder;
	font-size: 200%;
	color: #00008B;
	text-align: center;
}
h2{
	font-weight: bold;
	font-size: 150%;
	color: Maroon;
	text-align: left;
	margin-bottom: 4px;
	margin-top: 20px;
	}
h3{
	font-weight: bold;
	font-size: 125%;	
	color: #6B8E23;
	text-align: left;
}

h4{
	font-style: italic;
	
	color: #A52A2A;
	font-size: 100%;
}

cite {
	color: #C63700;
}

code {
	font-family: "Courier New", Courier, monospace;
	
}


ul li {
	list-style: square;
	line-height: 110%;
	margin-top: 15px;
}
ol li {
	line-height: 110%;
	margin-top: 8px;


}
