
/* CSS Document */


/*Reset Style*/
body {
margin:0; 
padding:0; 
background: #fff;
line-height: 1.4em; 
word-spacing:1px; 
letter-spacing:0.2px; 
font: 12pt Arial, Helvetica,"Lucida Grande", serif; 
color: #000;}

/*Remove Element*/
#masthead {
display:none;
}

#page-nav {
display:none;
}

#col-one {
display: none;
}
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

