@charset "utf-8";
/* CSS Document */

body
{
background-color:#cccc99;
}
h1
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000000;
	text-align:center;
	font-weight: bold;
	font-size: 36px;
	margin-bottom:0px;

}
h2
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000000;
	text-align:left;
	font-weight: bold;
	font-size: 18px;
	margin-bottom:0px;

}
h3
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#000000;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	margin-bottom:0px;

}
a {
	color: #a00;
	text-decoration: none;
}

a:link {
	color: ##666633;
}

a:visited {
	color: ##333333;
}

a:hover {
	color: #f00;
}

a:focus {
	outline: none;
	color: ##FF0000;
}

a img {
	border: none;
}
p
{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:14px;
color: #000000;
}
p.footer
{
	font-size:10px;
}
p.header
{
	margin-bottom:0px;
	color: ##000000;
	}
p.nav
{
	margin-bottom:0px;
	color: #ffff99;
	}
ul
{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size:14px;
color: #000000;
}
