body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

p, h1, h2, div, a {
	font: 11px/17px Verdana, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-weight: bold;
}

#flashMsg {
	position: absolute;
	left: 50%;
	width: 380px;
	height: 100px;
	margin-top: 1%;
	margin-left: -190px;
	text-align: center;
}

#flashMsg a {
	text-decoration: underline;
}

#flashMsg a:hover {
	text-decoration: none;
}

#baseline a {
	color: #000;
}

#baseline a:hover {
	background-color: #FFF;
}
