/***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


a img {border:none}
a:link, a:visited{color:#000 ;text-decoration:none;border: 0;}
a:hover {color:#0c4e99 ; text-decoration:none;}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/

body {
	background-color: #fff;
	color: #fff;
	text-align: center;
	font-size: 30px;
}

#wrapper {
	width: 85%;
	margin: 50px auto;
}

h1 {
	font-size: 60px;
	color: #000;
}
h2  { 
	font-size: 50px;
  color: #000;
}
h3  { 
	
  color: #000;
}

p {
	margin-top: 30px;
	line-height:1px !important;
	font-size:16pt;
    color: #000;
}

a{
 color: #000; 
}

img {	
	margin-right: 10px;
}
