/* CSS Document */

body {
   	background-color: white;
   	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
   }
#splash {
	top: 160px
	width: 650px;
   	margin: 0 5%;
   	padding: 0;
   	border: 0;
   	float: none !important;
   	color: black;
   	background: none;
   }
#menu, #heading, #logo, #steps {
	display: none;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
