td, body {
color:#065098;
background:#cb8df5 url(bg.gif);
text-align: left;
font-family: Times, serif;
font-size: 15px;
margin-top:15px;
margin-left:20px;
}

p{
width:450px;
}

li{
width:415px;
}

th{
color:#ffffff;
background:#054da5;
text-align: left;
font-family: Times, serif;
font-weight: bold;
font-size: 15px;
}

h1{
font-weight: bold;
width:450; 
font-size:30px;
color:#3b01d7;
border:5px double #e700ee;
<?
  if (ereg("MSIE ([0-9]+)",$HTTP_USER_AGENT,$version))
    echo "filter:glow(color=#d7015d, strength=10);\n";
?>
margin-left:0;
}

h2{
text-align:left;
font-weight: bold;
width:300px; 
font-size: 14px;
color:#3b01d7;
<?
  if (ereg("MSIE ([0-9]+)",$HTTP_USER_AGENT,$version))
    echo "filter:glow(color=#d7015d, strength=7);";
?>
border:5px double #e700ee;
margin-left:0;
}

a {
color:#ee0095;
font-weight: bold;
}

a:hover {
color:#065098;
background:#ffffff;
}

a:active {
color:#065098;
background:#cb8df5;
}

.button{
background:#7c00ee;
color:#efc6f4;
font-family: Times, serif;
}

.copyright{
width:450px;
margin-top:20px;
font-weight: bold;
border:5px double #012dd7;
font-size: 10px;
}


