body {
	background-color: #fff;
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 18px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

#menu {
	left: 50px;
	position: absolute;
	top: 50px;
	width: 600px;
	z-index: 1;
}

#workcontent {
	left: 50px;
	padding-bottom: 50px;
	position: absolute;
	top: 50px;
	width: 600px;
	z-index: 1;
}

.back {
	color: #000;
	font-family: courier new, courier, times, times new roman;
	font-size: 16px;
	margin-bottom: 50px;
	position: fixed;
	text-transform: uppercase;
	top: 0px;
	left: 0px;
	z-index: 2;
}

h1 {
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	text-transform: normal;
	line-height: 1.5em;
}

h2 {
	color: #000;
	font-family: Lucida Grande,"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.title {
	color: #000;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	text-transform: normal;
	line-height: 1.5em;
}

a:link {color: #000; text-decoration: underline; font-weight: normal;}
a:visited {color: #000; text-decoration: underline; font-weight: normal;}
a:hover {background-color: yellow; color: #000; text-decoration: none; border-bottom: 0px solid #666; font-weight: normal;}
a:active {color: #000; text-decoration: none; font-weight: normal;}

.back a:link {background-color: black; color: white; text-decoration: none;}
.back a:visited {background-color: black; color: white; text-decoration: none;}
.back a:hover {background-color: yellow; color: black; text-decoration: none;}
.back a:active {color: black; text-decoration: none;}