/* CSS sheet for EDYC web site www.edyc.co.uk  */body {	color: black;	font-family: arial, helvetica, sans-serif;	margin-left: 2em;		margin-right: 1em;	background-color: #fcfcfc;	background-image: url(web-banner-02.jpg);		background-repeat: no-repeat;	background-attachment: scroll;	padding-top: 165px; }/*                          Start of CSS for nav01 lists */		ul.nav01 {	padding-bottom: .3em;	margin-left: 0;	background: #fcfcfc;	float: left;	width: 100%; }ul.nav01 li {	display: inline;	display: block;	float: left;	padding: .3em 0;	background: #fcfcfc;	color: black; }ul.nav01 li a{	padding: .5em .5em ; 	background: #D9FFFE;	text-decoration: none;	border-right: 0.08em solid black;}	ul.nav01 li a:hover		{	background: #a9FFFF;		}	/*                              End of CSS for nav01 lists */h1 {	color: black;	font-family: arial, helvetica, sans-serif;	font-size: 180%;	font-weight: bold; }h2 {	color: black;	font-family: arial, helvetica, sans-serif;	font-size: 120%;	font-weight: bold; }h3 {	color: black;	font-family: arial, helvetica, sans-serif;	font-size: 100%;	font-weight: bold; }h4 {	color: black;	font-family: arial, helvetica, sans-serif;	font-size: 80%;	font-weight: bold; }td								/* normal cell within a normal table */ {	color: black;	font-family: arial, helvetica, sans-serif;	font-size: 100%; }table.nav02 td				/* normal cell with a nav02 table */  {	color: black;	background-color: #fafafa;	font-family: arial, helvetica, sans-serif;	font-size: 100%;	 }table.nav02 td a      /* unvisited link within nav02 table */ {	color: blue;	background-color: #d9fffe;	font-family: arial, helvetica, sans-serif;	font-size: 100%;	text-decoration: none; }table.nav02 td a:hover		{	background: #a9FFFF;		}a:link {	color: blue;               /* unvisited link within normal text */ }a:visited {	color: purple;	          /* visited link within normal text */ }a:active {	color: green;	             /* active link within normal text */ }
