#header {

	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 5px;
}

a {
	color : #cccccc;
	text-decoration : none;
}

a:hover {
	color : #ffffff;
	text-decoration : underline;
}


body {
	color : white;
	font-family : Verdana, Arial, sans-serif;
	font-size : 70%;
	
}

h1 {
	font-size : 110%;
	color : #777777;
}

h2 {
	font-size : 110%;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 100%;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 90%;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 80%;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #666;
	font-weight:normal;
}
td {font-size : 80%;}


