BODY {
background-color: white;
font-family : Verdana, Arial, sans-serif;
font-size : 90%;
color : #008080;
background-image : url(http://www.rylands-internet-solutions.co.uk/images/background.gif);
background-repeat : repeat-y;
}
H1 {
	font-family : "Courier New", Courier, monospace;
	font-size: 140%;
	color : Teal;
}
H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color : Teal;
}
H3 {
	font-family : Verdana, Arial, sans-serif;
	font-size: 105%;
	color : Black;
}
H4{
	font-family : "Courier New", Courier, monospace;
	font-size : 100%;
	text-transform : capitalize;
}
P,UL,OL,LI,TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color : black;
}
.ORANGE {color : #FF6800;}
.SMALL {	font-size: 80%;}
.MARGINA{
	border : thin ridge;
	padding-left : 5px;
	padding-bottom : 5px;
	padding-right : 5px;
	padding-top : 5px;
	}
.MARGINB{
	background-color: #faebd7;
	border : thin ridge;
	padding-left : 5px;
	padding-bottom : 5px;
	padding-right : 5px;
	padding-top : 5px;
	}	
.CAP{
	font-size : 105%;
	font-style : italic;
	font-weight : bold;
}
.CAPS{
	font-family : "Courier New", Courier, monospace;
	font-size : small;
	font-weight : bold;
	text-transform: capitalize;
}
.BRACE{
	font-size: 150%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.BLUELI{
	font-size: small;
	color : blue;
}
.REDLI{
	font-size: small;
	color : red;
}
A {	color: Blue;text-decoration: none;}
A:link {text-decoration: none;}
A:visited {	color: #FFA500;	text-decoration: none;}
A:hover {color : Fuchsia;	text-decoration: underline;}
A:active {color : #FF04FF;text-decoration: none;}


