body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DEE3DF;
	margin: 15px;
	background-image: url(../images/bk-nav.jpg);
	background-repeat: repeat-x;
}
p {
	font-size: 80%;
	font-weight: normal;
	color: #000000
}
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
a { 
	font-weight: bold;
	color: #5C7C0E;
}

a:hover { 
	color: #CC0000;
}