/* CSS Document */
* {
 padding:0;
 margin:0;
 }
 
body {	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
 
 select { 
 min-width:1.5em;
 	}
  
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
 	margin:1em 5%;
	 }

li, dd {
  margin-left:5%;
  }
  
  fieldset {
  padding: .5em;
  }
   
/* the following is the regular settings for size */
p { 
	font-size: 1.2em;
}

h1 {
	font-size: 218%;
	text-align: center;
}

h2 {
	font-size: 164%;
	text-align:	center;
}

h3 {
	font-size: 145%;
	text-align:	center;
}

h4 {
	font-size: 118%;
}

table {
	margin:0 auto;

	}
td, th {
	
	}

#navigation {
}
	
#footer {
	font-size: 75%;
	align: center;
        text-align: center;

	}


.StoryTitle {
	font-weight: bold
	}

body.sub {
	margin: 0.1em;
	}

.small {
	font-size: 85%;
	}

#content	{
	text-align: justify;
	}
   
#wrapper {
	
}
#wrapper #header {
	
}


#wrapper #footer {
	text-align: center;
}
#wrapper #motto {
	font-style: italic;
}

