/* CSS Document 
(c) Eye Division 
www.eyedivision.com
for Paul Taplin online exhibition on Fotonet web site
www.fotonet.org.uk/paultaplin/
*/
body {
	font-family:"Courier New", Courier, mono;
	font-size: 76%;
	background-color:#FFF;
	color: #999;
	text-align: center;
}
#homepage {
	text-align: left;
	width: 500px;
	margin:0 auto;
	line-height:180%;
}
#content {
	margin:0 auto;
	text-align:center;
	width: 90%;
	padding: 10px;
}

A { color:#999999; text-decoration: none; border-bottom: 1px dotted gray; }
A:active { color:#CC3300; text-decoration: none; }
A:hover { color:#CC3300;  text-decoration: none; border-bottom: 1px dotted black; }
/*A:visited { color:#CCCCCC; text-decoration: none; } */

#phototitle {
	color: #CCCCCC;
	background-color:#FFFFFF;
}
