
a.header:link {color: #CCCC99;  font-weight: bold; text-decoration: none;}
a.header:active {color: #CCCC99;  font-weight: bold; text-decoration: none;}
a.header:visited {color: #CCCC99; font-weight: bold; text-decoration: none;}
a.blue:hover {color: #CCCC99; font-weight: bold; text-decoration: underline;}

footer {
	color:#00CC33;
}
p.handout_quiz {
	color: 520C10;
	font-size: 24px;
	font-weight:bold;
}

.table_1 {
	width: 800px;
	/*background: url(../images/header.jpg);*/
	border: solid 1px #666666;
}

/* header row */
.table_1_header_cell {
	background: #520C10;
	padding: 5px;
	text-align:center;
	
}


/* left border cell */
.table_1_left_border {
	background: #520C10;
	padding: 0px;
	width:5px;
}

/* left main cell */
.table_1_left_main {
	background: none;
	padding:10px;
	width:370px;
	vertical-align:top;	
}

/* middle border */
.table_1_middle_border {
	background: none;
	padding: 5px;
	width:15px;
}
/* right main cell */
.table_1_right_main {
	background: none;
	padding:10px;
	width:370px;
	vertical-align:top;	
}

/* story left */
.table_1_story_left {
	background: #CCCC99;
}

/* story main */
.table_1_story_main {
	background: none;
	padding:10px;
	width:750px;
	text-align:center;
	vertical-align:top;
}

/* story right */
.table_1_story_right {
	background: #CCCC99;
}

/* right border cell */
.table_1_right_border {
	background: #520C10;
	padding: 0px;
	width:5px;
}
 
/* footer row */
.table_1_footer_cell {
	background: #520C10;
	padding: 5px;
	color:#CCCC99;
	font-size:10px;
	text-align:center;
}
