html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #010080;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #333366;
	text-decoration: none;
}

a:visited {
	color: #333366;
	text-decoration: none;
}


a:hover {
	color: #0066FF;
	text-decoration: underline;
}

a.links:link {
	color: #003399;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

a.links:visited {
	color: #003399;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}


a.links:hover {
	color: #FFFFFF;
	background-color: #0A2F74;
	font-size: 16px;
	font-weight: bold;
}



a.purple:link {
	color: #9933FF;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


a.purple:visited {
	color: #9933FF;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


a.purple:hover {
	color: #2B0055;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

a.footer:link {
	color: #ffffff;
	text-decoration: underline;
}

a.footer:visited {
	color: #ffffff;
	text-decoration: underline;
}


/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 780px;
  	position: relative;

}

.title {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.heading {
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
}

.footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #800000;
	padding: 5px;
	text-align:center;
}

.pink {
	background-color: #FF66FF;
	padding: 10px;
}

.style6 {
	color: #FF0000;
	font-weight: bold;
}
.style7 {font-size: 16px}
.style8 {color: #FF0000}


.style1 {color: #800040}
.style3 {
	color: #FF0000;
	font-style: italic;
}
.style4 {color: #333399}

