/* Inspired by 'Simplicity in Purple' by Stephen Howlin */
body
{
font-family: Arial, Sans-Serif;
background: rgb(200,200,255);
}
h1
{
font-size: 200%;
}
h2
{
font-size: 150%;
}
h3
{
font-size: 125%;
}
h4
{
font-size: 110%;
}
acronym
{
border: 1px dashed;
border-color:  rgb(200,200,255);
}
a
{
text-decoration: none;
position:relative;
}
a:hover
{
text-decoration: underline;
}
li
{
margin-left:50px;
}
.section {
background: rgb(220,220,255) url(bg3.gif) 0 0 repeat-y;
border: 1px solid black;
margin: 20px 180px;
padding: 10px 22px;
}

