body
	{
	margin: 0px;
	padding: 0px;
	font-family: serif;
	}

small
	{
	font-size: 85%;
	}

a:link
	{
	color: #03c;
	text-decoration: none;
	border-bottom: 1px dotted #03c;
	}


a:visited
	{
	color: purple;
	text-decoration: none;
	border-bottom: 1px dotted purple;
	}

a:hover
	{
	color: #f33;
	text-decoration: none;
	border-bottom: 1px dotted #f33;
	text-decoration: underline;
	}

.nav
	{
	color: #666;
	line-height: 1.3em;
	}