/***********************************************************************************************************
File Name:		main.css
Description:	This main.css/bgcBlacktWhite_main.css is the style sheet used for sites with white text
					and a black background color
Created:		13-AUG-2006 by MTW
Updated:		29-May-2007 by MTW to meet new updates
				11-SEP-2008 MTW - customized for Agile Summer Camp
***********************************************************************************************************/
body 
{
	text-decoration: none; 
	background-color:#006600;
	color:black;	
}
table
{
	background-color:white;
}
th 
{
	text-align: Center;
	font-size:larger;
	font-weight:800;
}
td
{
	font-size:larger;
	font-weight:700;
}
h1
{
	text-align:center;
}
p
{
	margin:25px;
}
a 
{
	color:#006600;;
	text-decoration: none; 
}
a:link 
{
	color:#006600;;
	text-decoration: none; 
}
a:visited 
{
	color:#006600;;
	text-decoration: none; 
}
a:hover 
{
	color:#006600;;
	text-decoration: underline; 
}
a:active 
{
	color:#006600;;
	text-decoration: none; 
}

/* custom sections */
.links
{
	font-size: 10pt;
}
.links a 
{
	text-decoration: none; 
	color:#841823;
	font-weight:900;
}
.links a:link 
{
	text-decoration: none; 
	color:#841823;
}
.links a:visited 
{
	text-decoration: none; 
	color: #841823;	
}
.links a:hover 
{
	display:block;
	width:100%;
	height:100%;
	background-color:#F6F6F6;
	/*text-decoration: underline; */
	color: #751520;
	font-size:115%;
}
.links a:active 
{
	text-decoration: none; 
	color: #841823;
}
.links td
{
	text-align:center;
	width:33%;
}

.fallout
{
	font-style: normal;
	color:black;
	background-color: #FFFFFF;
}
.fallout th
{
	font-size:12px;
	background-color:#841823;
	height:20;
}
.fallout td
{
	vertical-align: top;
	color:black;
	font-size:75%;
}
.fallout a 
{
	text-decoration: none; 
	color:#841823;
	font-weight:900;
}
.fallout a:link 
{
	text-decoration: none; 
	color:#841823;
}
.fallout a:visited 
{
	text-decoration: none; 
	color: #841823;	
}
.fallout a:hover 
{
	text-decoration: underline;
	color: #751520;
}
.fallout a:active 
{
	text-decoration: none; 
	color: #841823;
}
/*links page styles*/
.links_page8 a
{
	font-size:125%;
}
.links_page8_subtext
{
	font-size:75%;
}
.links_page_max
{
	font-size:110%;
}
