/* This is the stylesheet for the Easter website
*   Rick Rogers
*   Easter 2005
*/

#navigation a{
	display: block;
}

:link {
	color: Blue;
}
:active {
	color: Red;
}
:hover {
	color: Fuchsia;
}
:visited {
	color: Purple;
}

body {
	background-image: url(../backgrounds/blue073.jpg);
	color: #BBBCFF;
	margin: 3em;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 2em;
}

h2 {
	font-style: italic;
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
