<?xml version = "1.0" encoding = "utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">

<head>
<title>My Style!</title>

</head>

<body>

#header
{
	position:absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 20%;
	background: #008080;
	overflow: auto;
}

.standard
{
color: black;
font-size: 12pt;
}

#links
{
	position:absolute;
	top: 0%;
	left: 0%;
	width: 20%;
	height: 100%;
	background: #FEE5AC;
	overflow: auto;
}

#bod
{
	position:absolute;
	top: 0%;
	left: 20%;
	width: 80%;
	height: 100%;
	background: #FEE5AC;
	overflow: auto;
}



</body>

</html>