.splash { 
 margin-top: 5%;
 margin-left: 15%;
 margin-right: 15%;
 font-family: Georgia;
}
.splashCap {
text-transform: uppercase;
font-size: 60px;
float: left;
padding: 0;
margin: -0.15em 0.2em -0.1em 0;
font-weight: normal;
font-family: Georgia;
}
.splash .title {
font-size: large;
font-weight: bold;
font-family: Georgia;
text-align: center;
margin: 1em 0 3em 0;
}
.attr {
font-size: 80%;
margin-left: 3em;
}

	body {
		margin:0px 0px 20px 0px;
		background:#ddd;	
		color:#000; margin: 10px;
		}
	A 			{ color: #cc0; text-decoration: underline; }
	A:link		{ color: #cc0; text-decoration: underline; }
	A:visited	{ color: #cc9; text-decoration: underline; }
	A:active	{ color: #ffc;  }
	A:hover		{ color: #ffc;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	p {
		color: #222222;
		margin-bottom: 0.5em;
	}
	.title {
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 12px;
		color: #222222;
		font-weight: bold;
	}
	.header {	
		width: 95%; 
		border-top: 1px solid black; 
		border-left: 5px solid black; 
		border-right: 1px solid black; 
		border-bottom: 1px solid black; 
		background: #FFFFFF; 
		line-height: 14px;
		font-size: x-small;
		color: #444444;
		text-align: left;
		margin: 20px;
		padding: 6px;
	}
	.shelf { 
		width: 240px; 
		border: 1px dotted black; 
		background: #FFFFFF; 
		line-height: 14px;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: xx-small;
		text-align: left;
		padding: 6px;
	}