
body { 
	padding: 5% 10% 5% 10% ;
	font: x-small Verdana, sans-serif;
	color: #333;
	}

h1 h2 h3 {
	text-align: center;
	//font: Verdana, sans-serif;
	}

ul {
	list-style: square inside;
	padding: 2px 0 5px 0;
	}


a:link {
	font-weight: 900;
	color: #4C83AE;
	text-decoration: none;
	}

a:visited {
	font-weight: 900;
	color: #999;
	text-decoration: none;
	}

a:hover,
a:active {
	font-weight: 900;
	color: #9B3F17;
	}

p {
	font: x-small Verdana,sans-serif;
	color: #333;
	text-align: justify;
	}

#footer {
	clear: both;
	border-top: 1px solid #000;
	font-size: 7px;
	}	
