/* CSS Document 
(c) Eye Division 
www.eyedivision.com
for Melanie Stidolph online exhibition on Fotonet web site
www.fotonet.org.uk/stidolph/
*/
body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 76%;
	background-color:#C9C5CF;
	color:#333;
	text-align: center;
}
#homepage {
	text-align: left;
	width: 405px;
	margin: 0 auto;
	line-height:180%;
	background-color:#FFF;
}
#content {
	margin:0 auto;
	background-color:#FFF;
	text-align:center;
	width: 90%;
	padding: 10px;
	border: 1px solid #999;
}

#content h1 {
	color: #999;
	line-height: 110%;
}
A { color:#333; 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: #CCC;
	background-color:#C9C5CF;
}

h1 {
	font-size: 220%;
	font-weight:bold;
	text-align: left;
	color:#333;
}

#statement {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 120%;
	color:#000;
	text-align:left;
	background-color:#FFF;
}