body{
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0;
}
a:link {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: transparent;
	line-height: 1.5em;
}
a:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background: transparent;
	line-height: 1.5em;
}
a:hover {
	font-weight: normal;
	color: #FF3300;
	text-decoration: underline;
	background: transparent;
	line-height: 1.5em;
}
a:active{
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	background: transparent;
	line-height: 1.5em;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", Verdana, Lucida, Georgia, "New Century Schoolbook", Times, serif;
}
#flashcontent {
	text-align: center;
}
