/* colleen_crosson.css */

body {
	margin-top: 10px;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
 }
	
/* footer */
td.footer { 
 color: #666666; 
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px; 
	}

a {
 color: #66CCFF;
	text-decoration: none;
 }

a:hover {
 color: #FFFFFF;
 }

td.nav {
 padding: 5px;
 }
	
a.nav {
	font-style: italic;
	font-size: 14px;
	/* font-weight: bold; */
 }
			
h1 {
 font-style: italic;
 }
	
div.darkbg {
 color: #CCCCCC;
 }
			
div.text {
 /* text-indent: 1em; */
	padding-bottom: 10px;
 }

div.news {
 border: 2px solid #FFFFFF;
 padding: 10px;
	margin-bottom: 20px;
 }

div.news-quote {
 font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding-left: 50px;
	padding-right: 50px;
 }
					
a.fcww {
 color: #666666;
	text-decoration: none;
	font-size: 8px;
 }
a.fcww:hover {
 color: #CCCCCC;
	}
