h1 
{
text-align: center;
}
ul.dots 
{ 
list-style-image: url('flap.gif');
}
a:hover
{
color: purple;
background-color: thistle;
text-decoration: none;
}
a:active
{
color: orange;
background-color: thistle
text-decoration: none;
}
p.subheads 
{
font-weight: bold; 
font-size: 11pt;

}
ol.withalpha 
{ 
list-style-type: lower-alpha; 
list-style-image: url('none') 
}
.fine
{
font-weight:bold;
font-family:trebuchet ms;
background-color: cornsilk;
color: darkorchid;
font-size: 24pt;
}
.design
{
font-weight:bold;
font-family:trebuchet ms;
background-color: cornsilk;
color: darkorchid;
font-size: 12pt;
}
