#header{
	width: 550px;
	margin: auto;
	background-color: #000;
	font-family: Arial, Helvetica, sans;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px;
}
#navigation{
	width: 550px;
	margin: auto;
	font-family: Arial, Helvetica, sans;
	color: #000;
	font-size: 1em;
}
p{
	text-align: center;
}
h1{
	font-family: Arial, Helvetica, sans;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px;
}
h2{
	font-family: Arial, Helvetica, sans;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	padding: 5px;
}
p.copyright{
	font-size: .75em; 
	color: gray;
	text-align: center;
}
p.pmg{
	font-size: .75em; 
	color: gray;
	margin-top: -5px;
	text-align: center;
}
p.caption{
	font-size: .75em; 
	color: #003366;
	text-align: center;
	margin-top: -5px;
}
img.border{
	border: 1px solid #fff;
}
a{
	color: #003366; 
	text-decoration: underline;
}
a:hover{
	color: gray; 
	text-decoration: none;
}
a.pmg{
	color: gray; 
	text-decoration: underline;
}
a.pmg:hover{
	color: #800000; 
	text-decoration: none;
}
a.copyright{
	color: gray; 
	text-decoration: underline;
}
a.copyright:hover{
	color: #003366; 
	text-decoration: none;
}