/* style sheet for White background - Buckham Web Site


 This sets the appearance of general body text  
 And the background graphics*/
 
body {
	background-color: white;
	margin-left: 20;
	margin-right: 20;
}

h1  { background-color: #FFFFFF; background-image: url('images/Wave.gif'); 
		background-repeat: repeat-x; font-family: Arial Black; color: 
		#FFFFFF; font-size: 24pt; text-align: Center; line-height: 250%; 
		margin-left: -20; margin-right: -20; margin-top: 0; 
		padding-left: 20px;
		padding-right: 20px; }
        
h2   {
	font-style: normal;
	font-weight: bold;
	font-size: xx-large;
	font-family: arial;
	margin-bottom: -10;
	text-align: left;
	padding-left: 20px;
		padding-right: 20px;
}

h3   { 	font : bold 10pt arial;
		text-align : left;
		font-size: x-large;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom : -16 }

p    { 	font-family : arial;
		font-weight : plain;
		font-size : 10pt;
		text-align : Justify;
		padding-left: 20px;
		padding-right: 20px; }

td   { 	font : 9pt Arial;
		color : navy }

form { 	background-color: #C0C0C0;
		margin-right: -20;
		margin-left: -20 }

/*  Use the LI tag to get graphic bullets */
ul {	font : 10pt arial;
		text-align : left;
		margin-left : 20;
		margin-top : 5 }

li { 	list-style-image : url(B1.gif); ;
		font-family : arial;
		font-weight : plain;
		font-size : 10pt;
		text-align : left }

/* Now set the link colours */

a:link       { color: #0000FF; text-decoration: underline }
a:active     { color: #FF0000; text-decoration: underline }
a:visited    { color: #9370DB; text-decoration: underline }