/*
default.css
for www.kevgillphoto.co.uk
*/

BODY	{
		font-family:	verdana, arial, helvetica, sans-serif;
		background:		#FFFFFF;
		color:			#000000;
		}

P		{
		font-size:		small;
		}


H1		{
		font-size:		large;
		color:			#666666;
		font-weight:	bold;
		}

H2		{
		font-size:		medium;
		color:			#666666;
		font-weight:	bold;
		}

H3		{
		font-size:		medium;
		color:			#666666;
		font-weight:	normal;
		}

TD		{
		font-size:		small;
		color:			#000000;
		vertical-align:	top;
		}
	
A		{
		color:	#000000;
		text-decoration: underline;
		font-style:	italic;
		}


A:visited	{
			text-decoration: underline;
			font-style:	italic;
			}

A:hover		{
			text-decoration: underline;	
			color: #666666;
			}

.photoinfo	{
		font-size:		xx-small;
		color:			#000000;
		}		

.footer	{
		font-size:		xx-small;
		color:			#000000;
		vertical-align:	top;
		}

.centredfooter	{
		font-size:		xx-small;
		color:			#000000;
		text-align:		center;
		vertical-align:	top;
		}

.rulercell	{
		height:			3px;
		border-bottom:	#000000 1px solid;
		}
td.centredwithinfo {
		text-align:		center;
		font-size:		xx-small;
		}
.autocaption	{	width:1000px;	border-width:1px;	border-color:lightgray;	border-style:solid;}