*, html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, 
form, fieldset, p, blockquote, th, td {
    margin:0;
    padding:0;
}

html {
	font-family: Helvetica, Arial, sans-serif;
}

#main {
	width: 720px; 
	margin: 0 auto;
	margin-bottom: 60px;
}

#header {
	margin-top: 60px;
	margin-bottom: 40px;
	border-bottom: solid 2px #0052CC;
}


#content div {
	margin-top: 30px;
}

h1, h2, h3 {
	color: #0043A6;
}

h1 {
	font-size: 32px;
	font-weight: 700px;
	margin-bottom: 14px;
}

h2 {
	font-size: 28px;
	font-weight: 700px;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	font-weight: 700px;
	margin-bottom: 10px;
}

p, li {
	font-size: 16px;
	line-height: 25px;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style: none;
}

ol {
	list-style-position: inside;
}

a {
	color: #E6005C;
	cursor: pointer;
	text-decoration:none;	
}

a:hover {
	color: #0043A6;	
}
