<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}

div.ResumeBody
{
width: 650px ;
border-top: solid medium green ;
border-bottom: solid medium green ;
margin-top: 1.5em ;
margin-bottom: 1.5em ;
}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 10pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p.center
{
text-align: center;
}

p#NameID {
text-align: center;
font-size: 125%;
font-weight: bold;
}

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

body
{
background-color: #ffffff;
}

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

a:link    {color:blue}
a:visited {color: #996600}
a:active  {color:mediumblue}
a:hover   {color: #FF6600}
</pre></body></html>