/* justmiltonfolks.css written by Joshua Brooks on 21/05/2004 */

body	{ 	background-color: #ffffff;
		color: black;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
		font-family: arial, helvetica, sans;
	}

a	{	text-decoration: border-bottom: 1px dashed blue;
		color: blue;
	}

hr	{	width: 90%;
		color: black;
		align: center;
	}

h1	{	font-size: 20 px;
		font-style: bold;
		text-align: center;
	}

h2	{	font-size: 15 px;
		text-align: center;
	}

#content
	{	font-size: 12px;
		text-align: center;
	}

table	{	border: 0;
		cellpadding: 1;
		cellspacing: 1;
		text-align: center;
		valign: middle;
		font-size: 12px;
	}
