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


#header {
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px 10px 10px;
}


#title {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:19px;
	color:#FFF;
}

#smaller {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:;
	font-size:11px;
	color:#FFF;
}

.titler {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
}


a:link {
	text-decoration: underline;
	color: #fff;
}
a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
