/* Jean-Michel Harvey CSS Document */

body
{
	padding:0;
	font-family: "Courier New", Courier, monospace;
	font-size:20px;
	background-image:url(images/back.jpg);
}
a:link {
	color:#000099;
}
a:visited {
	color:#000099;
}
a:hover {
	color:#990000;
}
a:active {
	color:#FFFF00;
}
.side
{
position: fixed; 
left:0px; 
top:0px; 
width:125px;
}
.menu
{
	font-size:16px;
	position:absolute;
	font-weight:bold;
	left:176px;
	top:8px;
	height:39px;
	width: 526px;
}
.main
{
	position:absolute;
	left:185px;
	top:150px;
	width: 572px;
	height: 3427px;
}

h1
{
font-size: 140%;
text-align: center;
}
h2
{
font-size: 100%;
text-align: right;
}
h3
{
font-size: 80%;
}
ul,li 
{
list-style-type: none;
margin: 0;
padding:0;
line-height: 30px;
}
