body 
{
	font-family: sans-serif;
	font-size: 80%;
    color: #666666;
}

p
{
	line-height: 130%;
}

h1 
{
	font-size: 300%;
	font-weight: bold;
    color: #6666CC;
}

h2 
{
	margin-top: 1em;
	font-size: 150%;
	font-weight: normal;
    color: #6666CC;
}

h3 
{
	font-size: 120%;
	font-weight: bold;
    color: #6666CC;
    text-decoration: underline;
}

a
{
    color: #6666bb;
    text-decoration: none;
}

.body
{
    width: 700px;
}

hr
{
    color: #FFFFFF;
    width: 2%;
}
    