BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
}
A:link, A:visited {
	background: white; 
	color: black; 
	text-decoration: underline;
    font-weight: bold;
}
p {
	font-size: 100%;
	}
h1 {
	font-size: 150%;
	}
h2 {
	font-size: 130%;
	}
h3 {
	font-size: 120%;
	}
h4 {
	font-size: 110%;
	}
h5 {
	font-size: 100%;
	}
h6 {
	font-size: 100%;
	}
#logo {
	display:none;
}
#header {
	border-bottom: 1px solid black;
}
#main {
	border-bottom: 1px solid black;
}
#nav {
	border-bottom: 1px solid black;
}
