/* See  --- http://css.maxdesign.com.au <----- for reference material */

body {	margin: 10%; 
		background-color: #FFF; }
		
h4 {	font-family: Arial, Helvetica, sans-serif;
		color: #666; }

a {	color: #999;
	text-decoration: none; }

a:hover {	color: #06C;
			text-decoration: underline; }

a:active {	color: #003;
			text-decoration: underline; }

.legal {	font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #999; }

/* ....................... Content ..................... */
	
div#content {
	padding: 10px;
	text-align: center; }
	
div#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em; }
	
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; }


/* ....................... Footer ..................... */
div#footer {
	margin: 230px; 
	padding: 10px; 
	text-align: center;
	border-top: 1px dotted #DDD; }

div#footer p {
	margin: 0px;
	padding-top: 13px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: .05px; }

div#footer a:link {
	color: #333;
	text-decoration: none;
	font-size: 12px; }

div#footer a:hover {
	color: #009;
	text-decoration: underline;
	font-size: 12px; }

div#footer a:active {
	color: #00F;
	font-size: 12px;
	text-decoration: none; }


