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


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.footer:link {
	color: #ffffff;
	text-decoration: underline;
}

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


body {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #000080;
}

/** 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;
}

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

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