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

body {
	text-align: center;
}

#center {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.headerText {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
	padding-left: 25px;
}

.headerText:hover {
	color: #FFF;
}

.brand {
	font-family: "Brush Script MT";
	color:#0000FF;
	font-size: 24pt;
}
