body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

a:link {
	color:blue;}
	
a:visited {
	color:blue;}

a:active {
	color:blue;}
	
#header {
	position: absolute;
	width: 730px;
	top: 20px;
	left: 20px;
	height: 200px;
	overflow: visible;
	text-align: justify;
}

#header a:link {	
	color:blue;}

#header a:visited {
	color:blue;}

#header a:hover {
	color:red;}
	
#content {
	position: absolute;
	width: 730px;
	top: 200px;
	left: 19px;
	overflow: visible;
	font-size: 100%;
	align: left
	text-align: justify;
}

p {
	font-size: 80%;
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:100%;
}

h2 {
	font-size:90%;
}

ul {
	font-size: 80%;
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

li {
	font-size: 80%;
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
