/* normalization across browsers */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td  { 
margin:0;
padding:0; 
}

h1, h2, h3, h4, h5, h6  {
font-size:100%; 
}

ol, ul {
list-style:none; 
}

address, cpation, cite, code, dfn, em, strong, th, var {
font-weight:normal; 
font-style:normal 
}

fieldset, img {
border:0; 
}

caption, th {
text-align:left 
}

q:before, q:after {
content: ''; 
}

a:link {
color: #046380;
}

a:visited {
color:#919D67;
}

a:link, a:visited, a:hover {
text-decoration:underline;
}

body {
	text-align:center;
	}
	
.center {
	margin:0px auto;
	text-align:center;
	padding-top:15%;
	}

	
	