Is there a reason you have the following code in the <body> tag instead of the <head> tag
Code:
<style type="text/css">
<!--
.style8 {font-family: Arial, Helvetica, sans-serif}
.style11 {color: #FF8800}
.style12 {
font-family: "Times New Roman", Times, serif;
color: #FF8800;
font-weight: bold;
font-style: italic;
font-size: large;
}
.style14 {
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}
.style15 {
font-family: Tahoma;
font-size: 14px;
}
.style16 {font-size: 14px}
.style21 {font-size: 18px}
.style22 {font-size: 42px}
.style24 {color: #FF8800; font-size: 24px; }
.style25 {font-family: "Times New Roman", Times, serif; font-size: 18px; }
-->
</style>
<link href="../conf/style.css" rel="stylesheet" type="text/css" />
Bookmarks