/* CSS Document */

/* HEADER STYLES */
h1 {
	position:relative;
	top:0px;
	}

h2 {
	font-size:24px;
	line-height: 10px;
	}

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

h4 {
	font-size:14px;
	font-weight::bold;
	line-height:0px;
	}


/* LINK STYLES */
a {
	color:#000099;
	text-decoration: none;	
}

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

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

a:visited:hover {
	color:#000066;
	text-decoration: underline;
}

a:active {
	color:#AAAAFF;
	text-decoration:underline;
}

a:visited:active {
	color:#AAAAFF;
	text-decoration:underline;
}


/*OTHER STYLES*/
#footer {
	position:absolute;
	font-size:9px;
	bottom:0px
}

p {
	line-height:0px;
}