p{
margin:5px;
}

a:link {
color: #0000FF; Text-decoration: None;
}
a:visited {
color: #0000FF; Text-decoration: None;
}
a:hover {
color: 0000B1; Text-decoration: Underline;
}
a:active{
color: #0000FF; Text-decoration: None;
}

#box1 {
 position: absolute;		 
 position: expression("absolute");
 top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
}
#box1[id] {
 position: fixed;
}
#box2 {
 top: 0px;
 left: 0px;
 position: fixed;
 position: expression("absolute");
 top: expression(parseInt(document.body.scrollTop + 0));
}
#box2[id] {
 position: fixed;
}

body {
background: url("p13-images/bg.jpg");
background-repeat: repeat-x;

font-size: 12pt;
font-family:Verdana, Arial;
margin: 0px;
padding: 0px;
}

h2{
font-family: Verdana, Arial;
font-size: 13pt;
vertical-align: bottom;
display: inline;
}

h3{
font-family: Verdana, Arial;
font-size: 12pt;
Text-decoration: Underline;
display: inline;
vertical-align: bottom;
}

h1{
font-family: Verdana, Arial;
font-size: 10pt;
font-weight:bold;
display: inline;
}


