/* CSS Document */

body {background-color:#9AFF7D;}

#nav {position:fixed; top:0px; left:0px; width:150px; bottom:0px;}

#content {position:absolute; top:5px; left:170px; right:5px; bottom:5px;}

p, li {font-family:Arial;}

img {border:none;}

h1 {font-family:Arial; color:#FFFFFF; font-size:72px; font-weight:bolder;}
h2 {font-family:Arial; color:#FFFFFF; font-size:30px; font-weight:normal;}
h3 {font-family:Arial; color:#000000; font-size:18px; font-weight:normal;}

a:link {color:#000000; text-decoration:none; font-weight:600;}
a:hover {color:#000000; text-decoration:underline; font-weight:600;}
a:visited {color:#000000; text-decoration:none; font-weight:600;}