/* mostly stolen from www.w3schools.com */
h1,h2,h3,.topic,.subtopic
{
font-family: "comic sans ms", arial, 'sans serif'; 
}

.subtopic 
{ 
margin-left: 1em;
font-style: italic;
}

.topic
{
font-weight: bold;
font-size: 150%;
}

p,table,li,address
{
font-family: "comic sans ms", arial, 'sans serif'; 
margin-left: 10pt;
}

p,li,th,td,.subtopic
{
font-size: 125%;
}

h1,h2,h3,hr,.topic,.subtopic
{
color:saddlebrown;
}


a:link     { color:saddlebrown }
a:visited  { color:saddlebrown }
a:active   { color:red }
a:hover    { color:red }

body
{
background-color: #EFE7D6;
}


