@charset "utf-8";
/* CSS Document */

/*
Colours

DARK BLUE - #020F21
LIME GREEN - #B0F200
DARK GREEN - #68BE27

*/

/******************* LAYOUT *********************/

body {
	margin:0px;
	padding:0px;
	background:#6BBD26;
}

h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px 0px 0px 0px;
}

p {
	font:12px/155% Arial, Helvetica, sans-serif;
}

div#splash_links {
	width:760px;
	color:#333;
	text-align:left;
}

div#splash_links a {
	text-decoration:underline;
}

div#splash_links a:hover {
	text-decoration:underline;
}