/*  General Style
===============================*/

a:link {
color:#009;
font-weight:bold;
text-decoration:none;
}

a:hover {
	COLOR: #990000;
	TEXT-DECORATION: underline;
}

a:visited {
	COLOR: #990000;
}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0px;
padding:40px;
}


img {
	
	height: auto;
	border:none;
	max-width: 100%
}


/* CONTENT
===============================*/


#footer {

	padding: 8px 8px 8px 0px;
	font-size: 80%;
	margin-top: 10px;
	border-top: 1px solid #666666;
}










