body
{
	background-color: white;
	margin: 0px; 
}

p
{
	font-family: arial,helvetica;
	font-size: 12px;
	line-height: 15pt;
}
#name
{
	color: #600;
	font-weight: 600;
}

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

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #336;
	}

