/** HTML **/

p, body, td, blockquote
{
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-weight: bold;
}

a
{
color: #0000ff; text-decoration: none;
}
a:hover
{
color: #9900FF; text-decoration: u;
}

a:link
{
color: #0000ff; text-decoration: none;
}

v:link
{
color: #9900CC; text-decoration: none;
}
