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


/** General */

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	font-color: 
	background-color: #10371d;
}

a:link { 
    text-decoration: none;
	color: #FFFFFF;
	}

a:hover { 
	text-decoration: bold;
	color: #FFFFFF !important; 
	}
	
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a img { border: none; 
	}