body {
	background-color: #FFFFCC;
}
/* Font family */
h1, h2, h3, h4, h5, h6,
p, li,
dd, dt,
a:link, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: xx-large;
	color: #000000;
	font-weight: normal;

}
h2 {
	font-size: x-large;
	font-weight: normal;
	color: #000000;
}
h3
{
	font-size: medium; 
	color: #000;
	font-weight: bold;
}
a:link {
/*	font-size: medium;
	text-decoration: none; 
	color: #000000; */


}
a:visited {
/*	font-size: medium;
	color: #000000;
	text-decoration: none; */

}
a:hover
{
/*	font-size: medium;
	color: #000000;
	text-decoration: none; */
	background-color: gold;
}
p, li, dt, dd {
	font-size: small;
	color: #000000;
}
dt
{
	font-style: italic;
	font-weight: bold;
	margin-left: 1em;
}

h4 {
	font-size: x-large;
	font-style: italic;
	color: #000000;
}
h5 {
	font-size: small;
	color: #000000;
	font-style: italic;
}

.lightlink {
	font-weight: 200;
}

.darklink {
	font-weight: bold;
}

h3 > a
{
	font-weight: 200;
	font-size: medium;
	margin-left: 1ex;
}

/* navbar stuff */
#navbar > h3 {
	margin-bottom: 0;
}

#navbar > h3 > a
{
	margin-left: 0;
}

#navbar > div > p
{
/*	font-size: large; */
	color: #000;
	font-weight: bold;
	margin-left: 1ex;
	margin-top: 0;
	margin-bottom: 0;
}

#navbar > div, #navbar > h3 { background-color: #DDAA44; }

.disclose:link { text-decoration: none; }
