<!--- 
Created By: Jeff Sorensen
Create Date: 12/3/00
Rev. Date: 12-14-00
Class: Web Page Programming I
Section: 3-6 p.m.
Page ID: style.css --->

<!--- Below is the code of style for an external style sheet this 
      code is included in the style tags on the Cascade.htm page --->

.test     
{
    
}
	  
     H1 {color: #346B36; font-family: sans-serif; display: inline; text-align: center;}
     H2 {color: #006633; font-family: sans-serif; display: inline; text-align: center;}
     H3 {color: #006633; font-family: sans-serif; display: inline; text-align: center;}
     H4 {color: #006633; font-family: sans-serif; display: inline; text-align: center;}
     H5 {color: #006633; font-family; sans-serif}
     UL {font-weight: bold; color: #6F6A4F} 
     U {font-weight: bold; color: #6F6A4F}   
	 
.ddl     
{
    font-family: arial, helvetica, verdana; 
    font-size: 11px;
    background-color: d5d7e4;
	color: 5959AB;
    border: solid, #000000, 1px;
}
 
#button
{
font-family: arial, helvetica, verdana;
/*background-color: D9D9F3;*/
background-color: d5d7e4; /*C0D9D9*/
color: 5959AB;
font-size: 12;
}

#cell1
{
font-family: arial, helvetica, verdana;
background-color: #C2B88D;
color: 000000;
font-size: 11;
}

#cell2
{
font-family: arial, helvetica, verdana;
background-color: #98906C;
color: 000000;
font-size: 11;
text-align: center;
}

#cell3 
{
	font-family: arial, helvetica, verdana;
	background-color: #ffffff;
	color: #6F6A4F;
	font-size: 11;
	text-align: center;
}

#cell4 
{
	font-family: arial, helvetica, verdana;
	background-color: #C2B88D;
	color: 000000;
	font-size: 11;
}

#cell5 
{
	font-family: arial, helvetica, verdana;
	background-color: #D9D4B9;
	color: 000000;
	font-size: 11;
}

#cell6 
{
	font-family: arial, helvetica, verdana;
	background-color: #EFEDE2;
	color: #6F6A4F;
	font-size: 11;
	vertical-align: top;
}

#cell7 
{
	font-family: arial, helvetica, verdana;
	background-color: #7E785A;
	color: #EFEDE2;
	font-size: 11;
	text-align: center;
	
}

#cell8 
{
	font-family: arial, helvetica, verdana;
	background-color: #938B69;
	color: #EFEDE2;
	font-size: 11;
	text-align: center;
	
}

#cell9 
{
	font-family: arial, helvetica, verdana;
	background-color: #6F6A4F;
	color: #EFEDE2;
	font-size: 11;
	text-align: center;
	
}

#cell10 
{
	font-family: arial, helvetica, verdana;
	background-color: #ffffff;
	color: #6F6A4F;
	font-size: 11;
	text-align: left;
}

.coname
{ 
	font-family: impact;
	font-size: 24pt;
	text-align: center;
	color: #346B36;
	font-weight: bold;
}

A:visited {color:#EFEDE2; font-family: arial, helvetica, verdana; font-size: 11; font-weight: bold;}
A:link{color:#EFEDE2; font-family: arial, helvetica, verdana; font-size: 11; font-weight: bold;}
A:active{color:#EFEDE2; font-family: arial, helvetica, verdana; font-size: 11; font-weight: bold;}
A:hover{color:#D9D4B9; font-family: arial, helvetica, verdana; font-size: 11; font-weight: bold;}
