body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

p {
color: #111111;
font-size: .8em; }

h1 {
color: #000066;
font-size: 1.7em; }

h2 {
color: #000066;
font-size: 1.4em; }

h3 {
color: #000066;
font-size: 1em; }

h4 {
color: #000066;
font-size: .9em;
}

.title {
	font-size: 1.7em;
	font-weight: bold;
	color: #000066;
}
.subhead {
	font-size: .9em;
	font-style: italic;
	color: #666666;
}

.caption {
	font-size: .7em;
	color: #111111;
}

.footer {
	font-size: .7em;
	font-weight: normal;
	color: #666666;
}

p.navbar a:link {
	font-size: .9em;
	font-weight: normal;
	background-color: #ffffff;
	color: #0066cc; 
	text-decoration: none;}

p.navbar a:visited {
	font-size: .9em;
	font-weight: normal;
	background-color: #ffffff;
	color: #009999; 
	text-decoration: none;}

p.navbar a:hover {
	font-size: .9em;
	font-weight: normal;
	background-color: #ccccff;
	color: #000099;
	text-decoration: underline;}

p.navbar a:active {
	font-size: .9em;
	font-weight: normal;
	background-color: #000066;
	color: #ccccff; 
	text-decoration: underline;
}

a:link { 
color: #003399; 
background-color: #ffffff;
font-size: 1em;
font-weight: 600;
text-decoration: none; 
}

a:visited { 
color: #003366; 
background-color: #ffffff;
font-size: 1em;
font-weight: 600;
text-decoration: none; 
}

a:hover {
color: #000099;
background-color: #ccccff;
font-size: 1em;
font-weight: 700;
text-decoration: underline;
} 

a:active {
color: #ccccff;
background-color: #000088;
font-size: 1em;
font-weight: 700;
text-decoration: underline;
}