@import url("styles.css");


/*-------------------- HEADER LINKS --------------------*/

#header a:link {

}

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

#header a:active {
	color: #286090;
	text-decoration: none;
}

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


/*-------------------- NAV LINKS --------------------*/


#nav li a:link {
	color: #000;
	}

#nav li a:visited {
	color: #286090;
	text-decoration: none;
}

#nav li a:active {
	color: #286090;
	text-decoration: none;
}

#nav li a:hover {
	color: #286090;
	text-decoration: underline;
}

/* -------------- FOOTER LINKS -------------- */


#footer li a:link {
	color: #000;
	font-size: .65em;
	font-family: Helvetica, Arial, sans-serif;
}

#footer li a:visited {
	color: #286090;
	text-decoration: none;
}

#footer li a:active {
	color: #286090;
	text-decoration: none;
}

#footer li a:hover {
	color: #286090;
	text-decoration: underline;
}

#footer a:link {
	color: #fff;
}

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

#footer a:active {
	color: #286090;
	text-decoration: none;
}

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

#footer2 {
	margin: 0px auto;
	padding: 0px;
	background: #fff;
	float: right;
	text-align: right;
}

#footer2 a:link {
	color: #000;
}

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

#footer2 a:active {
	color: #286090;
	text-decoration: none;
}

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