@charset "UTF-8";
/* CSS Document - General settings */

body { 
	font-family: Arial, Helvetica, sans-serif; 
	margin-top: 20px;
/*	background: #B0CAD2; /* light brey */
/*	background: #3B3B3B; /* charcoal grey */ 
/*	background: #000000; /* black */ 
	background: #1A1A1A; /* very dark grey */ 
	
} 

* { margin: 0; padding: 0; }



img { border:none; }

ul { list-style: none; /* font-weight: normal; */ }

p { font-size: 11px; padding: 5px 0 5px 0; } /* top, right, bottom, left */

h1 { font-size: 55px; padding-bottom: 15px; }
	
h2 { font-size: 18px; }
	
h3 { font-size: 12px; }
	
h4 { font-size: 12px; }
	
#clear { clear: both; }

form { display:inline; }  /* removes the horrible spacing after forms - makes them sit inline! */

a:active, a:focus { outline: 0; }  /* stops dotted outline in Firefox */

