<html>
<title>CSS Style Sheet 2</title>
<style type="text/css">
A:link { text-decoration: "underline"; color:#0000FF; }
A:hover
{ text-decoration: underline; color:#000000;
background-color: #66FF33;}
h1 {font-family: arial; color: #000000; font-size:small; } 
h2 {font-family: arial; color: #ffffff; background-color: #123454; font-size:small; } 
h3 {font-family: arial; color: #000000; font-size:x-small; } 
p {font-family: arial; color: #000000; font-size:x-small;}
p1 {font-family: arial; color: #000000; font-size:xx-small;}
p2 {font-family: arial; text-decoration:underline; color: #000000; font-size:small; } 
body 
{
font-family: arial;
color: #000000 ; 
letter-spacing: 1.0pt;
font-weight: normal;
font-size: x-small;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
#header {
  margin: 15px;
  padding: 0px;
  height: 65px;
  background-image: url("images/logo9.gif");
}
#marq {
 margin: 10px;
 padding: 0px;
 height: 20px;
}
#left {
  position: absolute;
  left: 15px;
  top:125;
  width: 200px;
  padding: 10px;
}
#right {
  position: absolute;
  right: 15px;
  top:132;
  width: 100px;
  padding: 10px;
}
#center {
  margin-left: 230px;
  margin-right: 135px;
  padding: 10px;
  background-repeat: no-repeat; 
  background-position: center center;
  background-attachment: fixed;
}
#footer {clear:both;
padding:1em;
text-align:middle;

</style>
</html>
