body {
    background-color: white;

}

h1 {
    color: white;
    letter-spacing:8px;
    font-weight:bold;
    font-stretch: 100%;
}

h2 {
	color:#9E0E10;
	font-weight:lighter;
	letter-spacing:8px;

}

h3 { 
	color:white;
	letter-spacing:8px;
	font-style:condensed;

}
h4 {
	color:#9E0E10;
}

h5 {
	color:white;
	font-weight:lighter;
	letter-spacing:8px;
}

h6 {
	color:white;
	letter-spacing:4px;
}

p {
    color: darkgrey;
    letter-spacing:2px;
}

nav {
	text-align:center;
	padding:1%;
	font-weight:bold;
	font-size:9pt;
}

a {
	color:darkgrey;
}

footer {
	text-align:center;
	font-size:8pt;
}

q {
	font-size:8pt;
	color:darkgrey;
}
