H1
	{
	font-family : Tahoma;
	font-size:larger		
}

P
 	{
	font-family:tahoma;
	font-size:smaller;
}

P.title
 	{
	font-family:tahoma;
	color:#663333;
	font-size:larger;
}

P.blurb
 	{
	font-family:tahoma;
	font-size:smaller;
}

P.date
 	{
	font-family:tahoma;
	font-size:smaller;
	font-weight:bold;
}
	
H3 {
	font-family : Tahoma;
}
	
BODY
	{
	 font-family:tahoma
	}

A:HOVER {
	background-color : #DCDCDC;
}

A:LINK {
	text-decoration : underline;
	color : Navy;
}

A:VISITED {
	text-decoration : underline;
	color : Navy;
}

#main {
	position: relative;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	text-align: left;
}

