@charset "UTF-8";
/* CSS Document */

h1 {
	color: #009999;
	text-align:center;
}

h2 {
	color: #009999;
	text-align:center;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    color: #009999;
}

a {
	color: #009999;
	text-decoration: underline;
}

.menu {
	text-align:center;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size:larger;
}

.menu a {
	color: #009999;
	text-decoration: none;
}

.centered {
	text-align:center;
}

.centered-with-border {
	text-align:center;
	border: 1px;
}

.top-aligned {
	vertical-align:top;
}

.line_bottom {
	border-bottom: solid 1px #009999;
}
