/* CSS Document */

img { border:0; }

body { font-family: Georgia, "Times New Roman", Times, serif;
font-size: 80%; 
color: #999999;
	}
	
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { display: inline; }
	
h1 {
	font-weight: normal;
	font-size: 350%;
	color: #000000;
	}
	
h2 {
	font-weight: normal;
	font-size: 350%;
	color: #000000;
	}
	
h3 {
	font-weight: normal;
	font-size: 150%;
	color: #000000;
	font-style: italic;
	}
	
.style1 {color: #FF0033}
.style2 {color: #33CC00}
a.style2:link {color: #33CC00}

#container {
margin: 30px;
}
#menu {
margin: 10px;
position: absolute;
top: 10px;
left: 400px;
width: 300px;
}
