@charset "UTF-8";
/* CSS Document */

body {
		background-color: 	#f9f700;
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			small;
		line-height:        1.6em;
		margin:				0px;
}

#allcontent {
		width:				980px;
		margin-left:		auto;
		margin-right:		auto;
}

#applet {
		margin:				0px;
		height:				700px;
		/*display:            none;*/
}

#splash {
		margin:				0px;
		height:				700px;
		background-image:   url(images/yellow_banded_bground.gif);
}

#splash a {
		text-decoration: 	none;
		background:			none;
}

#project {
		width:				600px;
		margin:				25px;
		padding: 			15px;
		background-color:   #ffcc00;
}

#credit {
		width:				600px;
		margin:				25px;
		padding: 			15px;
		font-size:			85%;
}

#title {
		margin:				0px;
		padding: 			10px 25px 0px 25px; /* top right bottom left */
}


h1 {
		font-size:			150%;
		color:				#000000;
}

h2 {
		font-size:			120%;
		color:				#000000;
}

a:link {
		color:				#000000;
		text-decoration:	underline;
}

a:hover {
		color:				#000000;
		background: 		#ffffff;
}

a:visited {
		color:				#666666;
}

.nav {
		margin:				50px;
		font-size:			85%;
		color:				#000000;
}

.legal {
		font-size:			85%;
}

