ol	{
	list-style-type: disc;
	font-family: Arial Black;
	}

p	{
	font-family: Arial Black;
	color: red;
	}

.black	{
	font-family: Arial;
	color: black;
	font-size: .5em;
	}

a:link	{
	text-decoration: none;
	color:blue;
	}

a:visited	{
	text-decoration: none;
	color: #cc3399;
	}

a:hover	{
	text-decoration:underline;
	color:blue;
	}
