
/* Camy's Gaff Stylesheet */ 

html, body{ 
margin:0;
background-color:#000000; fixed top center;
width:100%;
 
 }
 
 H2{	 
	 
	 text-align: center;
	 font-size: 150%; 
	 font-family: cursive;
	 color: #000066;
	}
	
	H3{	 
	 
	 text-align: center;
	 font-size: 110%; 
	 font-family: cursive;
	 color: #000066;
	}

.pagewidth{
float:center;
position:relative;
}

.maincol{

background-color:#D2E3F9; fixed top center; 
width:800px;
margin-bottom:10px;
margin-top: 0em;
}

p{
	margin-left: 2em;
	margin-right: 2em;
	color: black;
	text-align: justify;
	font-size: 100%; 
  	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	}
	 

		
p.cursive{
	 margin-left: 2em;
	 margin-right: 2em;
	 margin-top: 0.5em;
	 margin-bottom: 0.5em;
	 text-align: justify;
	 font-size: 80%; 
	 font-family: cursive;
	 color: #000066
	}
	 
p.small{
		margin-left: 2em;
	    margin-right: 2em;
		font-size: 80%;
		font-family: sans-serif;
		color: #000;
		text-align: justify;
		text-indent: 1em;
	}
	


p.storytype{
		margin-left: 0em;
	    margin-right: 0em;
		font-size: 70%;
		font-family: sans-serif;
		color: #000;
		text-align: center;
		font-weight: bold;
}		

p.writtenfor{
		margin-left: 0em;
	    margin-right: 0em;
		font-size: 80%;
		font-family: sans-serif;
		color: #000;
		text-align: center;
		font-weight: bold;
}

p.disclaimer{
		margin-left: 2em;
		margin-right: 2em;
		font-size: 80%;
		font-family: sans-serif;
		color: #000066;
		text-align: justify;
		font-weight: bold;
}

