body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(images/Acme%20Background%20Logo%20for%20Ciaran.JPG);

}
/* link behaviour */
a:link, a:visited, a:active {
 	font-family: arial;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
 }
 a:hover {
	color: #FF00FF;
}
/* headings - note that you have to do <h1 align=center> to centre it */
h1 {
	font-weight: bolder;
	font-size: 26;
	color: #000000;
	font-variant: small-caps;
	text-transform: none;
	;
	
	}
	
h2 {
	font-weight: bold;
	font-size: 18;
	color: #FFFFFF;
	font-style: oblique;
	font-variant: small-caps;
}
h3 {
	font-size: 12;
	color: #000000;
	line-height: 11pt;
}
/* table headings */
th {
	text-decoration: bold;
	font-size : 10;
	font-style : arial;
}
th.caption {
	text-decoration: none;
	font-size : 10;
	font-style: arial;
}
/* put some default spacing around images */
img {
	margin: 10;
}
