

/* ********* FONTS *******/


/* ***********************  BODY ***************/

body {
	background-color: #0F1A21;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/****************************  HEADER   ******************************************************8*/
#header {
	background: #0F1A21 url(../images/Title.png) left no-repeat;
	height: 45px;
	width: 100%;
	border-bottom: 6px solid #0088FF;
	font-size: 15px;
}

#aboutheader{
	margin-top:20px;	
	position:relative;
	width: 100%;	
	
	background-color:#0F1A21;
	color: #c2c2c2;
	border-bottom:3px solid #000000;
}
#about,#guide,#terms,#privacy{
	margin-top:20px;	
	position:absolute;
	padding:0 10%;
	top:121px;
	width: 80%;	
	background-color:#0F1A21;
	color: #c2c2c2;	
}
#about,#faq,#feedback,#terms,#privacy{
  visibility:hidden;
}

/* **************** CLASSES ******************** */
img { 
    display: inline-block;
	border:2px solid #000000;
	margin:2px;
}
table{
	width:100%;
}
th{
	font-size:25px;
	line-height:30px;
	width:16%;
  cursor:pointer;
}
.text{
	padding-left:10px;
  color:#E6E6E6;
}
a:link,a:visited {
    color:#FFFFFF;
	  text-decoration:underline;
}
.clicked{
    color:#0088FF;	
}
.small{
	font-size:19px;
}
.med{
	font-size:25px;
}
.centre{
	text-align:center;
}
