html {
	margin: 10;
	padding: 10;
	
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:14px;
	color: blue;
	background:#fff799;
	background-image: 45ACP.gif;
}

body a:link, a:visited{
	color: green;
	text-decoration: none;
}

body a:active{
	color: blue;
}

body a:hover{
	text-decoration:underline;
	
}

p{
	padding:0;
}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:30px;
	font-weight:bold;
	color: maroon;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:16px;
	font-weight:bold;
	color: black;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	color: #004059;
}

ul {
	list-style-type:none;
	padding-left: 0;
	margin-left: 0;
}

li {
	color:#333333;
}

acronym {
	border-bottom: none;
}

/* content div's */

