/* basic elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	background: #ffccff;
	margin-left: 30px;
	}

a:link { 
	text-decoration: none; 
	color: #3399FF; 
	}
a:visited { 
	text-decoration: none; 
	color: #3399FF; 
	}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF; 
	background-color: #3399FF;
	}

h1 {
	font-size:18px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	
	}
	
#flashcontent {
	border: solid 1px #99C9FF;
	width: 352px;
	height: 416px;
	float: left;
	margin-bottom: 15px;		
	}
	
h2{
	font-size: xx-small;
	color: #FFccFF;
	}
	h3{
	font-size:x-small}
