@charset "utf-8";
/* CSS Document */
html {

}

#header {
	height:62px;
	width:100%;
}

body, a {
font-family:Arial Black;
background-color:#FFFFFF;
color:#000000;
font-size:13px;
font-weight:bold
}
a:visited, a:link {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

h2 {
font-size:1.5em;
line-height:93%;
}
#header{
	background-color:#E7E753;
}
#date {
font-size:2em;
font-weight:bold;
}

.red {
color:#9C2124;
}
.upper {
text-transform: uppercase;
}


