body
{
   font-family: arial, helvetica, sans-serif;
}

a:link
{
   font-weight: bold;
	text-decoration: none;
}

a:visited
{
   font-weight: bold;
	text-decoration: none;
}

a:hover
{
   font-weight: bold;
	text-decoration: underline;
}

a:link.novisited
{
   font-weight: bold;
}

a:visited.novisited {
	color: blue;
   font-weight: bold;
}

a:hover.novisited {
	text-decoration: underline;
   font-weight: bold;
}

tr
{
   vertical-align: top;
}

.small
{
   font-size: small;
}

.alert
{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: white;
background: #39c;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
padding: 0.25em 0.5em 0.4em 0.75em;
}











