body {
	background-color: #293B6D; 
        color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	line-height: 20px;
	}
	

/***** Hyperlinks ********************/

a, a:visited {
	color: #10238C;
	text-decoration: none;
	}
	
a:hover {
	color: #10228B;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}