<style type=”text/css” href=”/Include/StyleRules.css”>
<!–
body {
margin: 0em;
padding: 0em;
color: black;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
}
#fixed {
position:static;
top: 0;
left: 0;
width: 10em;
height: 100%;
}
body > #fixed {
position: fixed;
background: transparent url(“cow_tile.gif”)
repeat fixed;
}
#content {
background: transparent url(“cow_tile.gif”)
repeat fixed;
margin-left: 10em;
padding: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: medium;
line-height: 1.5;
}
.center { text-align: center; }
h1 { font-size: 4em; text-align: right; }
h2 { margin-top: 2em; }
a:link { background: transparent none; color: aqua; }
a:visited { background: transparent none; color: aqua; }
a:active { background: transparent none; color: aqua; }
a:hover { background: transparent none; color: fuchsia; }
#fixed a {
display: block;
text-decoration: none;
padding: 0.5em;
background: black none;
color: white;
font-weight: bold;
font-size: smaller;
margin-bottom: 2px;
}
#fixed a:hover {
background: white none;
color: black;
}
#fixed ul {
list-style-type: none;
}
–>
</style>