<style type="text/css">

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline}


/*This makes anything (an image, an inline frame, of class="right" to be right aligned with the text flowing round it to the left.*/

.right
{
float: right;
margin:0px 0px 6px 6px
}

/*And similarly with class="left"...*/

.left
{
float: left;
margin:6px 6px 0px 0px;
}


/*The standard font for para and table text*/

p, td
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt
}

td.topnav
{
background-color:#FFCC01
}


td.sidenav
{
background-color:#F5F0E2
}

p.signature
{
font-family: cursive; 
font-size: 150%;
font-weight: 200%;
}


h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #FF6728;
font-size: 10pt;
text-align: justify
}


/* little used, but useful way of putting something like bc or ad in small caps. Just emphasize with <em> and </em> in the usual way, but use the command <em class="smallcaps"> at the beginning.*/

em.smallcaps
{
font-style: normal; font-variant: small-caps;
}


</style>