* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Arial, Helvetica, Sans Serif; color: #FFFFFF; text-decoration: none;
	background-color: #184566;
	text-align: center;
}
a { 
	color: #98c5ee; 
	text-decoration: underline;
}
a:hover { 
	color: #FFFFFF; 
	text-decoration: underline;
}
#flash { 
	width: 600px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
}
#flash p {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: left; 
}
#flash h2 {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: center;
	font: 90% Arial, Helvetica, Sans Serif; color: #FFFFFF; text-decoration: none;
}
#flash h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5em;
	text-align: center;
	font: bold 140% Arial, Helvetica, Sans Serif; color: #FFFFFF; text-decoration: none;
}


