/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 5px;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link	{
	color: black;
	text-decoration: none;
	}
	
a:hover	{
	color: red;
	text-decoration: underline;
	}
	
a:visited	{
	color: red;
	text-decoration: none;
	}

h5	{
	halign: left;
	margin: 10px;
	}

