/*
Basic Colours for you to use
Red 	#ff0000
green 	#00ff00
blue 	#0000ff
*/



BODY {
	background-image: url(http://www.smorglings.com/background.png); 
	background-color: #000000;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.table {
	width: 75%;
	text-align: center;
	margin-top: 300px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
  	font-size: 14px;
  	border: 0px;
  	border-style: solid;
  	border-color: #ffffff;
  	border-spacing: 1px;
}


/* unvisited link */
a:link {
    color: #FF0000;
}

/* visited link */
a:visited {
    color: #00FF00;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
}