.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	text-decoration: underline;
}

.body_text {
    font: 20px Georgia, "Times New Roman", Times, serif;
	
	}

#container{
   width:800px;
   padding: 0px;
   margin: 5px auto 5px auto;
   background-color:#fff;
   border:2px solid #000;
   }
   
body {
	background-color:#fff;
	}
	
.header {
    padding:0px;
	background-color:#b51206;
	height:122px;
	
	}	
	
.subheading {
   
   color:#b51206;
   text-align:center;
   font: 24px Arial, Helvetica, sans-serif;
    
   }	
	
.content {
    padding:10px;
	background-color:#FFFFFF;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	
	}
	
.footer {
    background-color:#b51206;
	height:75px;
	text-align:center;
	padding:10px;
	
	}	
	
 .content1 {
 margin-right:30%;
 padding:5px;
background-color:#FFFFFF;
border-top:1px solid #000;
border-bottom:1px solid #000;
 }
 
 .sidebar1 {
 float:right;
 width:29%;
 margin-bottom:10px;
 border:1px solid #000;
 margin-right:0px;
 padding:2px;
 height:1110px;
 }
 
 
table {
   margin: 0 auto 0 auto;
   border-color: #000000;
   }
   
   table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: double;
	border-color: black; 
	border-collapse: separate;
	background-color: white;
	}
	
	
   	
.class1 A:link {
   color:#F5F05E;
   }
.class1 A:visited {
    color:#F5F05E;
	}
	
.class1 A:active {text-decoration: none}

.class1 A:hover {
    color:#000;
	border-top: groove 1px #000000;
	}

	
	.class2 A:link {
   color:#0000FF;
   }
.class2 A:visited {
    color:
	#b51206;
	background-color:#B51206;
	}
	
.class2 A:active {text-decoration: none}

.class2 A:hover {
    color:#000;
	border-top: groove 1px #000000;
	}

.class3 A:link {
   color:#0000FF;
   }
.class3 A:visited {
    color:
	#b51206;
	background-color:#fff;
	}
	
.class3 A:active {text-decoration: none}

.class3 A:hover {
    color:#000;
	border-top: groove 1px #000000;

	
.dropcap:first-letter{
  float:left;
  width:40px;
  font:60px Georgia, "Times New Roman", Times, serif;
  line-height:40px;
  }
  
  .resources {
  margin: 10 auto 10 auto;
  font: 24px Georgia;
  line-height:25px;
  background-color:#FFFFFF;
  }
		
	
		   
   	
	
