﻿ body{background-color:#FFC990;}

td, p,li,a { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
font-size: 14px; font-weight: bold;
}
@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'WifflesRegular';
	src: url('wiffles-webfont.eot');
}
#footer{
	text-align:center;
}
#footer a{
	padding:8px;
}
@font-face {
	/* This declaration targets everything else */
	font-family: 'WifflesRegular';
	src: url(//:) format('no404'), url('wiffles-webfont.woff') format('woff'), url('wiffles-webfont.ttf') format('truetype'), url('wiffles-webfont.svg#webfontTO44lxN7') format('svg');
	font-weight: normal;
	font-style: normal;
}

h4 { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
font-size: 18px; font-weight: bold;}

#searchnav a{
color: #C5508A;
float: right;
margin-right: 10px;
margin-top: 5px;

}
#searchnav form{
display: inline;
float: right;

}

A:LINK {
	color : #003333;
	text-decoration : underline;
}

A:VISITED {
	color : #003333;
	text-decoration : underline;
}

A:ACTIVE {
	color : #006600;
	text-decoration : underline;
}

A:HOVER {
	color : #006600;
	text-decoration : underline;
}


