
A.headlink:link { font-size: 12pt; text-decoration: none; color:"#000000" }
A.headlink:visited { font-size: 12pt; text-decoration: none; color:"Yellow" }
A.headlink:hover { font-size: 12pt; text-decoration: none; color:"#ffffff" }
A.headlink:active { font-size: 12pt; text-decoration: none; color:"#ffffff" }

A:link { font-size: 12pt; text-decoration: none; color:"#ffffff" }
A:visited { font-size: 12pt; text-decoration: none; color:"Yellow" }
A:hover { font-size: 12pt; text-decoration: none; color:"#000000" }
A:active { font-size: 12pt; text-decoration: none; color:"#000000" }

BODY {background-color: #0099FF; margin-top: 1pt; margin-bottom: 10pt; margin-left: 1pt; margin-right: 1pt}

H1 {text-align: center; font-size: 32pt; font-weight: 700; font-family: "times new roman", serif; margin-top: 0pt; margin-bottom: 0pt}			/*Main title		*/
H2 {text-align: center; font-size: 10pt; font-weight: 400; font-family: "times new roman", serif; margin-top: 0pt; margin-bottom: 0pt}			/*Button links		*/			
H3 {text-align: justify; font-size: 12pt; color: white; font-weight: 400; font-family: "times new roman", serif; margin-top: 0pt; margin-bottom: 0pt}	/*White body text	*/			
H4 {text-align: justify; font-size: 12pt; color: black; font-weight: 400; font-family: "times new roman", serif; margin-top: 0pt; margin-bottom: 0pt}	/*Black body text	*/
H5 {text-align: center; font-size: 10pt; font-weight: 400; margin-top: 0pt; margin-bottom: 3pt; color: white;}						/*Footnotes		*/
H6 {text-align: center; font-size: 14pt; color: white; font-weight: 400; font-family: "times new roman", serif; margin-top: 0pt; margin-bottom: 0pt}	/*Secondary title	*/

body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #0099ff;
scrollbar-dark-shadow-color: #3366ff;
scrollbar-track-color: #0099FF;
scrollbar-face-color: #3366ff;
scrollbar-shadow-color: #3366ff;
scrollbar-highlight-color: #3366ff;
scrollbar-3d-light-color: #3366ff;
}

/* BUTTONS */
.menu {
			height: 32px;
			width: 714px;
}
.cssnav	{
			position:relative;
			float: left;
			margin: 1; 
			padding: 0;
			font-family: times new roman, helvetica, sans-serif;
			background: url(http://www.snaphappyross.co.uk/transparency.jpg) no-repeat;
			width: 100px;
			height: 30px;
			overflow:hidden; /* for IE to hide extra height*/	
}
.cssnav a {
			display: block;
			color: #ffffff;
			font-size: 11px;
			width: 100px;
			height: 30px;
			display: block;
			float: left;
			text-decoration: none;
			overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
			color: #000000;
}

		.cssnav img {width: 100px; height: 30px; border: 0; }
		* html a:hover {visibility:visible}
		.cssnav a:hover img{opacity:0.8;filter:alpha(opacity=80)}
	
.cssnav span {
			position: absolute;
			left: 0px; top: 8px;
			text-align: center;
			
			width: 100px;
			cursor: pointer;   
		     
}
/* END OF BUTTONS */
