*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
    -webkit-focus-ring-color:  rgba(0, 0, 0, 0);}
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%;  }
q:before, q:after { content:''}
strong { font-weight:bold; }
em { font-style:italic }
a img { border:none } 
.clear { clear:both; }
a { outline:none; -webkit-tap-highlight-color: rgba(0,0,0,0); }


body { background:#ffffff; font-family: 'Arial', sans-serif;color:#fff; font-size:24px;}

.main {
	border: 15px solid #fff;
	
	padding:50px;
	padding:7.5vh;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0000+0,930000+100 */
	background: #cc0000; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #cc0000 0%, #930000 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cc0000), color-stop(100%,#930000)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #cc0000 0%,#930000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #cc0000 0%,#930000 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #cc0000 0%,#930000 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #cc0000 0%,#930000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#930000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h4 {
	font-weight:300;
	margin-bottom: 15px;
}

h1 {
	font-weight:bold;
	font-size: 50px;
	font-weight: bold;
}

h2 {
	font-weight:bold;
	font-size: 30px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
}

ul {

	margin-bottom: 30px;
	margin-left: 30px;

}

li {

	list-style: square;
}

p {
	width: 800px;
	margin-bottom: 30px;
	max-width: 100%;
}