<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>paulbeanproductions new document title</title>
</head>
<body>
<p><br /><br />/*hyperlinks.one*/<br />a.one:link, a.one:visited, a.one:active {<br />color:white;<br />background-color:grey;<br />text-decoration:none;<br />padding:4px;<br />padding-top:6px;<br />}<br /><br />a.one:hover{<br />background-color:black;<br />padding:4px;<br />padding-top:6px;<br />}<br /><br />/*hyperlink.two*/<br />a.two:link, a.two:visited, a.two:active,a.two:hover {<br />color:white;<br />background-color:black;<br />text-decoration:none;<br />padding:6px;<br />padding-top:8px;<br />}<br /><br />/*hyperlink.three*/<br />a.three:link, a.three:visited, a.three:active,a.three:hover {<br />color:black;<br />background-color:white;<br />text-decoration:none;<br />}<br /><br />/*font stuff*/<br />f1{font-size:12;}<br />f2{font-size:16;}<br />f3{font-size:20;}<br />f4{font-size:24;}<br /><br />/* top navigation bar */<br />/*add 2px of left padding on every page except for homepage*/<br />.tnav {<br />background-color:grey;<br />color:white;<br />position:fixed;<br />width:1000px;<br />top:-1px;<br />left:-10px;<br />padding-left:150px;<br />padding-bottom:2px;<br />}<br /><br />/* left navigation bar */<br />.lnav {<br />background-color:white;<br />border:2px solid black;<br />width:130px;<br />position:relative;<br />top:25px;<br />left:-8px;<br />}<br /><br />.p {<br />position:fixed;<br />left:140px;<br />top:32px;<br />background-color:#D3D1D2;<br />width:1000px;<br />height:6000px;<br />}<br /><br /><br /></p>
</body>
</html>