/* This is the style sheet for the Steve Feeney web site. */

body {font-size: 10pt;
	font-family: Arial;
	line-height: 12pt;
	color: #FFFFFF;
	background-color: #CCCCCC
	}

table {font-size: 10pt;
	font-family: "Arial";
	line-height: 16pt;
	}

h1 {font-size: 24pt;
	font-family: "Arial";
	color: #FFFFFF;
	line-height: 24pt;}

h2 {font-size: 12pt;
	font-family: "Arial";
	color: #FFFFFF;
	line-height: 14pt;}

h3 {font-size: 12pt;
	font-family: "Arial";
	color: #FFFFFF;
	line-height: 14pt;}

h5 {font-size: 8pt;
	font-family: "Arial";
	line-height: 10pt;}
	
a {text-decoration: underline;}
a:link {color: #FFddcc;}
a:visited {color: #cccccc;}
a:active {color: #FFddcc;}
a:hover {color: #FFFFFF;}
