html {
	background-color: #ffffff;
}

#contact {
	font: italic 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
}

#home {
	margin-top: 50px;
}

#images {
	margin-top: 50px;
}
#links {
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header {
	
	font: 28px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#header2 {
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#text {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}
#links li {
	list-style-type: none;
	text-indent: -40px;
}

#links a:link {
	color: #080766;
}

a:link {
	color: #333;
	text-decoration: none;
}

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

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

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