/* my old html style */
h1,h2,h3
{
font-family: "comic sans ms", arial, 'sans serif'; 
}

p,table,li,address,ul,code,dd
{
font-family: "comic sans ms", arial, 'sans serif'; 
margin-left: 10pt;
}

/*
p,li,th,td
{
font-size: 75%;
}
*/

h1,h2,h3,h4,h5,hr
{
color:navy;
}

a:link     { color:navy}
a:visited  { color:DarkSlateGray}
a:active   { color:steelblue}
a:hover    { color:goldenrod}

body
{
background-color: white
}

/*
background main page
<BODY BGCOLOR="#999999" TEXT="#CCCCCC" liNK="gold" VliNK="#CCCCCC" AliNK="gold">
*/
