/* CSS Document */


/* Baseline  CSS  These declarations reset all the default values for all browsers */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,em,th{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}



body { 	
	font: 76% helvetica, arial, sans-serif; 
	line-height: 1.3em;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	color: #020202;
	}

p {
	font-size: 1.1em;
}

a {
	font: 1.0em arial,sans-serif; 
	color: #000;
	text-decoration: underline;
	}


h1 {
	color: #9c2525;
	text-indent: -200000px;
	font-size: 2.4em;
	
}
