
	.smallHeading {
		font-size: large;
		color: black;
		letter-spacing: 0.1cm;
		text-align: center;
		text-transform: uppercase;
		background-color: #999999;
		font-family: sans-serif;
	}
	.subHeading {
		font-size: medium;
		font-weight: medium;
		color: white;
		text-align: center;
		text-transform: uppercase;
		background-color: #CC9900;
	}
	.promptText {
		font-size: medium;
		color: black;
		letter-spacing: 0.1cm;
		text-align: center;
		text-transform: uppercase;
		background-color: #CCFFCC;
	}
	tr.colour1 {
		background-color: #CCFFCC;
	}
	tr.colour2 {
		background-color: #BFD8BC;
	}
	span.divButtons	{
		background-color: #BFD8BC;		
	}
	a.one:link {color: #ff0000}
	a.one:visted {color: #0000ff}
	a.one:hover {font-size: 150%;
				 background: beige;
				 }
				 
	a.two:link {color: navy;
				text-decoration: none;
				}
	a.two:visted {color: #0000ff;
				  text-decoration: none;
				  }
	a.two:hover {background: beige;
				 text-decoration: underline;
				 }			 
	a.back2top {color: black;
				text-decoration: none;
				font-family: sans-serif;
				background: #999999;
				}
	a.back2top:visted {color: white;
						text-decoration: none;
					  }
	a.back2top:hover {color: white;
					  text-decoration: none;
					  background: #666666;
					 }
	
	img.icons:link {border: solid thin #000000}
	img.icons:visited {border: solid thin #000000}
	img.icons:hover {border: solid thin #000000}
