@import "/css/reset.css";
@import "/css/fonts.css";
@import "/css/content.css";

HTML, BODY {
	font-family: Times New Roman;
	font-size: 100%;
}

H1 {
	margin-top:2em; 
	margin-bottom:0.2em;
	font-size:200%;
	font-weight:bold;
	font-style:italic;
	color:red;
}

H2 {
	font-size:150%;
	font-weight:bold;
}


H3 {
	font-weight:bold;
	font-size:140%;
}

H4 {
	font-size:122%;
}

P {
	font-size:100%;
	margin-bottom:0.5em;
}

#container {
	width:90%;
	margin-left:5%;
}
ul {font-size:100%}

#footer {
	width:90%;
	margin-left:5%;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid red;
	padding-bottom: 1em;
}
#header {
	text-align:center;
	padding-top: 10px;
}
p img {
	margin: 10px 15px 5px 0;
}
em {
font-style:italic;
}