i will define the css you use there from:
<STYLE TYPE="text/css">
<!--
BODY {background: #FFFFFF}
A:link {color: #342D7E}
A:visited {color: #342D7E}
A { text-decoration: none }
H1 {font-family: times; font-size: 15; font-style: bold; color: #342D7E}
H2 {font-family: times; font-size: 15; font-style: regular; color: #342D7E}
H3 {font-family: times; font-size: 17; font-style: regular; color: 3399FF}
-->
</STYLE>
to:
<STYLE TYPE="text/css">
<!--
BODY {background: #FFFFFF; font-family:times; font-size:10px;} /* or use font-size:12px;*/
A:link, a:visited {color: #342D7E; text-decoration:none;}
H1, H2{ font-size: 15px; font-style: bold; color: #342D7E}
H3 {font-size: 17px; color: 3399FF}
-->
</STYLE>
Last edited by louie; 29-01-2006 at 06:01 PM.
|