/* CSS Document */

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#Content {
	width:672px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background-image:url(images/flash/splash.jpg);
	background-repeat: no-repeat; 
	/*border:1px dashed #333;
	background-color:#eee;
	*/}

a:link {text-decoration:none; color: #000000}     /* unvisited link */
a:visited {text-decoration:none; color: #0000dd}  /* visited link */
a:hover {text-decoration:underline; color: #0000ff}   /* mouse over link */
a:active {color: #99CCCC}   /* selected link */