body {
    color: black;
    font-size: 16px;
    margin: 0px auto 0px auto;
    width: 70%;
    max-width:1024px;
    text-align:justify;
    font-family:trebuchet,verdana,sans;
}

li {
        padding:2px;
}

.citation {
	vertical-align: super; 
	font-size:12px
}

div#header {
    border-bottom: 2px solid black;
    margin-bottom: 50px;
    padding: 12px 0px 12px 0px;
}

div#logo a {
    color: black;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none; 
    padding-left:10px;
}

div#header #navigation {
    text-align: right;
}

div#header #navigation a {
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

div#footer {
    border-top: solid 2px black;
    color: #555;
    font-size: 12px;
    margin-top: 30px;
    padding: 12px 0px 12px 0px;
    text-align: right;
}

h1 {
    font-size: 24px;
    text-align:center;
    padding:1em 0em 1em 0em;
}

h2 {
    font-size: 20px;
}

ul {
    list-style-type: circle;
}

div.info {
    color: #555;
    font-size: 14px;
    font-style: italic;
}

a {
	text-decoration:none;
}

.alert {
	width:80%;
	margin:auto;
	padding:5px;
	background-color:#88BB88;
	text-align:center;
	border: 2px solid #003300;
	color:#227722;
	font-weight:bold;
}
