/* Copyright (c) 2017 W0MPM, All rights reserved  W0MPMver2.css -------/
------------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, 
address, img, q, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, 
figure, figcaption, footer, header, nav, section, time, mark {

	margin: 0;
	border: 0;
    padding: 0;
	font-size: 100%;
	vertical-align: baseline; 
}

/* fonts to support slash-zero */  
html
    {
		font-family: Consolas, Monaco, Arial, Helvetica, san-serif;
}
h1,h2, h3, h4, h5, h6 {
   
	font-family:Consolas, Monaco, Arial, Helvetica, san-serif;
   
	}

/* Layout --------------------------------------------------------*/

body {
	background: #f0f0f0;      /* light grey ----------------------*/
	border: none;
	color: #333333;           /* text almost black ---------------*/
	margin: 0 auto;
	font: 14px/24px;
	width: 960px;             /* prevent super wide page in browser */
    
}

p { padding: 10px}



a  { color:#0000FF; }
a:visited { color:#800080; }
a:hover { color:#008000; }
a:active { color:#FF0000; }

header {align: center}
       
h1  {align-self: auto}

h1 {
	
	font-size:24px;
   text-transform:uppercase;
	}

h2 {
	
	font-size:18px;
   text-transform:uppercase;
	}

article {
	background:url(../images/main_bkgd.png);
	border:none;
	display:block;
	overflow:auto;
	padding:40px;
	width:880px;
	}