body 
{
font-family: Arial, Helvetica, sans-serif; font-size: 90%;
}

td 
{
font-family: Arial, Helvetica, sans-serif; font-size: 90%
}

th 
{
font-family: Arial, Helvetica, sans-serif;
}
span.blue
{
color: #3333ff; font-weight: bold; font-size: 110%;
}
span.pink
{
color: #ff33cc; font-weight: bold; font-style: italic; 
}
p.title
{
font-size: 300%;
}
p.subtitle
{
font-size: 125%;
}
hr
{
background: #3333ff; height:3px; width:100%;
}
li.pink
{
list-style-image: url("arrowp.gif");
}
li.blue
{
list-style-image: url("arrowp.gif");
}
a:link
{
	color: #3333ff; text-decoration: none
}
a:visited
{
	color: #3333ff; text-decoration: none
}
a:active
{
	color: #ff33cc; text-decoration: none
}
a:hover
{
	color: #ff33cc; text-decoration: none
}