html {
	margin: 10;
	padding: 10;
	
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:14px;
	color: blue;
	font-weight: bolder;
	background:black;
}

body a:link, a:visited{
	color:green;
	text-decoration: underline;
}

body a:active{
	color: green;
}

body a:hover{
	text-decoration:underline;
	
}

p{
	padding:0;
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:26px;
	font-weight:bold;
	text-align: center;
	color: white;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color: black;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color: red;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color: blue;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color: blue;
}

h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	color: green;
}

h7 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color: maroon;
}

ul {
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
}

li {
	color:#333333;
}

acronym {
	border-bottom: none;
}

/* content div's */


