/*
 * Date	# Version # Changes
 * 080505 # 0.1 # "Defaults" for body and links, several divs hidden.
 */

body {
margin: 0 auto;
padding: 0;
font-family: "Arial",Serif;
background: #ffffff;
color: #000000;
line-height: 1.1em;
}
	
#container {
margin: 2%;
width: auto;
float: none !important;
}

#top, #header, #content-left, div.content-header, #footer, #bottom {
display: none;
}

a {
text-decoration: underline;
color: #0000FF;
}

