/*style sheet 1 for Tony Rycroft's Home Page*/

body
{ 
 	font-family: verdana,arial,times;
 	font-size: 10pt; 
 	background-image: url('../images/background.jpg');
	/*background-color: '#FFFFFF';*/
}

p.large
{
	font-size: 12pt;
}

a
{
	text-decoration: none;	
}

a:hover
{
	text-decoration: underline;
	color: darkcyan;
}

a:visited
{
	color: darkcyan;
}

table.grey
{
	background-color: '#EEEEEE';
}

td.desc
{
	font-size: 10pt;
}
