#body {
	background-color: #483b5d;
  height: 800px;
}

#main {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: auto;
	width: 750px;
  height: 488px;
	background-color: #d4ecfd;
	}


#quot {
	font-size: 60%; 
	font-family: Comic Sans, sans-serif; 
	font-weight: bold;
	}
	
#bann {
	font-size: 100%; 
	font-family: Monotype Georgia, sans-serif; 
	font-weight: bold;
	}


#cont {
	margin-right: 20px;
	margin-left: 10px;
	text-align:justify;
	font-size: 75%; 
	font-family: Comic Sans, sans-serif;
	}

#cont2 {
	font-size: 75%; 
	font-family: Comic Sans, sans-serif;
	}

#nav {
	width:150px;
	font-size: 95%; 
	font-variant: small-caps; 
	font-family: Comic Sans, sans-serif;
	font-weight: bold;
	color: #483b5d;
	}

#foot {
	width: 65%;
  height: 2px;
	font-size: 80%; 
	font-family: Comic Sans, sans-serif; 
	font-weight: bold;
	}

a:link {
	color: #483b5d; 
	text-decoration:underline;
	}
	
a:visited {
	color: #483b5d; 
	text-decoration:underline;
	}
	
a:hover {
	color:blue; 
	text-decoration:none;
	}
	
a:active {
	color: #483b5d;
	text-decoration:none;
	}
	
col, colgroup, table, tbody, td, tr	{	
	color:	black;
	text-decoration:	none;
	border-color:	none;
	border-style:	none;
	padding: 0.3em;
	background:	#d4ecfd;
	}	
