body {
			font-family: Helvetica;
			margin-left: 25px;
			
		}
		
		#flashcontent {
			margin-right: 25px;
			margin-bottom: 25px;
			height: 450px;
			width: 500px;
			float: left;
		}
		
		#wrapper
		{
			width: 875px;
		}
		
		#textt {
			width: 350px;
			font-size: 11px;
			float: left;
			
		}
		
		#textt ul {
			list-style: none;
			padding-left: 0px;
		}
		
		#header {
			width: 500px;
			padding-top: 0px;
			padding-bottom: 25px;
			
		}
		
		.mini {
			font-size: 9px;
			color: #666666;
		}
		
		.minisquare {
			float: left;
			margin-right: 5px;
			margin-top: 1px;
			width: 9px;
			height: 9px;
		}
		
		h1 {
			font-size: 30px;
			margin-bottom: 0px;
		}
		
		h3 {
			margin-top: 0px;
		}
		
		a {
			color: black;
			text-decoration: none;
			border-bottom-style: solid;
			border-bottom-width: 1px;
			border-bottom-color: red;
		}
		
		a:hover {
			color: red;
			border-bottom-color: black;
		}