/* CSS Document */

a {
	font-family: Georgia, Times, sans serif;
	color: #003366;
	text-decoration: underline;
}

a:hover {
	font-family: Georgia, Times, sans serif;
	color: #003366;
    text-decoration: underline;
}

li {
	color: #003366;
	}