header {
	background-color: #BA1C21;
	color: white; 
	font-family: georgia;
	font-weight: bold;
}

nav {
	background-color: #F3F3F3;
	font-weight:bolder;
	font-size: 1.1em ;
}

footer {
	font-size: 0.7em; 
	font-style: italic;
	text-align: center;
}

body {
	color: #424242;
	font-family: verdana ;
}

#wrapper {
	background-color: white;
	width: 80%; 
	margin-right: auto;
	margin-left: auto;
}

element {
	color:#BA1C21;
}

h2 {
	color: #BA1C21;
	font-family: georgia;
	font-weight: bold;
}
