body{
	font-family: "Courier New", Courier, mono;
	}

P 	{
	font-family: "Courier New", Courier, mono; 
	font-size: 14px;
	}

h1 	{
	font-family: "Courier New", Courier, mono; 
	font-size: 20px;
	font-weight: bold; 
	}

h2 	{
	font-family: "Courier New", Courier, mono; 
	font-size: 16px;
	font-weight: bold; 
	text-align: center
	}

.big	{
	font-family: "Courier New", Courier, mono; 
	font-size: 18px;
	font-weight:bold 
	}

.small	{
	font-family: "Courier New", Courier, mono; 
	font-size: 9px;
	}
	
.rightalign   {
	text-align: right;
	}
	
.justify
	{
	text-align: justify;
	}
	
a:link 	{
	text-decoration: none; 
	color: #000099
	}

a:visited {
	text-decoration: none;
	color: #990000}

a:hover 	{
	text-decoration: underline;
	color: #990000
	}

