/* Change Context Example CSS page*/

body
{
 background-color: #F5D491;
 }
 
 
 h2
 {
   font-size: 22px;
	  text-shadow: -2px 2px #E59F71;
		color: #FFFFFF;	
}
    
		
		.container
		{
		background-color: #E59F71;
		width: 1200px;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 20px;
		height: 960px;
}

.header
{
   background-color: #9E8576;
	 width: 1160px;
	 color: #32558A;
	 padding: 20px;
	 font-weight: bold;
	 text-align: center;
	 text-shadow: -3px 3px #E59F71;
	 }
	 
	 
	 .nav
	 {
	  background-color: #E59F71;
		border: 2px solid #FFFFFF;
		height: 30px;
		width: 1156px;
		color: #FFFFFF;
		padding: 20px; 
		margin-top:0px;
		}
		
		
		.sidebar
		{
		background-color: #9E8576;
		width: 200px;
		color: #FFFFFF;
		margin-top: 2px;
		padding: 20px;
		position: absolute;
		height: 730px;
		text-align: center;
		font-size: 17px;
		}
		
	.main
	{
	background-color: #7C7C7C;
	width: 920px;
	color: #FFFFFF;
	margin: 2px 0px 0px 240px; 
	padding: 20px; 
	position: absolute;
	height:730px;
	font-size : 18px;
	}
	
	a:active
{ 
color: #E59F71;
text-decoration: underline;
}
	
	a:link
	{
	  color: #FFFFFF;
		text-decoration: none;
		} 
		


a:visited
{ 
color: #FFFFFF;
text-decoration: none;
}

a:hover
{
 color: #FFFFFF;`
 text-decoration: none;
 font-siz: 18px;
 }
 
 table, tr, td
 {
   text-align: center;
	 font-size: 16px;
	 color: #FFFFFF;
	 }
	 
	 s
 
 
		
		
		
	
		