/* body.css */
/* this css document defines body and page layout */

/* Hyperlink color change */

a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

/* sets various page properties for the whole page*/
#page {
	/* Page centering alignment */
	width: 940px; 
	margin: 0 auto 0 auto;
}

/* Splash image word wrap */
#splashimage {
	float: left;
	margin-right: 5px;
}
