@charset "UTF-8";
img {
	float: none;
}
#footer p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 105%;
	text-decoration: underline;
	font-weight: normal;
}
#footer p {
	font-size: 105%;
}
body {
	background-color: #ECD694;
}
h1, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;

}
h2, p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
}

h1 {
	font-size: 18pt;
}
h2 {
	
	font-size: 150%;
}
h3 {

	font-size: 120%;
}
h4 {

	font-size: 106%;
}


 a:link {                         (this is the normal colour state)

color:#444;
	text-decoration: underline;
	color: #F60;
	font-size: 12pt;

}

 a:visited {                     (once the link has been visited)

color:#444;
	text-decoration: none;
	font-size: 12px;
	color: #999;

}

 a:hover {                        (when the user hovers over the link)

color:#FFF;
	text-decoration: underline;
	color: #FFF;
	font-size: 12pt;

}

 a:active {                         (and i think this one is when you click on the button)

color:#FFF;
	text-decoration: underline;
	font-size: 12pt;
	color: #F60;

}

text-decoration:none;

}
#nav p, a {
	font-weight: normal;
	font-size: 12pt;
	text-decoration: none;
	white-space-collapse: collapse;
}
