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

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


code
{
font-size: 80%;
}


h1,h2,h3,hr
{
color:WhiteSmoke;
}

a:link     { color:steelblue}
a:visited  { color:white}
a:active   { color:goldenrod}
a:hover    { color:gold}

body
{
background-color: navy
/*background-color: steelblue*/
}

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