body {
	color:#000;
	text-align : center;
  background: url('media/bodyBackground.jpg');
	font-size : 18px;
 
} 
h2 {
 
    margin-top:2px;
	margin-bottom:auto;
	color: red; 
	text-align : center;
	font-size : 23px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
} 

#wrap {
     
	  border-style: solid;
	 border-width: 1px;
     border-color: black;
	 background-color:#CB9A69;
	margin : 0px auto;
	width : 800px;
	height : 100%;
	text-align : left;
	overflow : hidden;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75);
 
}

#header {
    background: url('media/headBack.jpg');
     height:136px;
	 width:800px;
	  background-repeat: no-repeat;
	 
        
}


#writerName {
 	margin-top : 6px;
	  border: 2px solid;
     border-radius: 28px;
     height:30px;
     width: 300px;

    margin-left: auto;
     margin-right: auto;
	 background-color:white;
}

table {
	width:700px;
    margin-left: auto;
     margin-right: auto;
 	margin-top : 6px;
    border: 1px solid black;
	 background-color:#FFF;
	 border-collapse: collapse;

}
th{
	   font-size : 16px;
     margin-left: auto;
     margin-right: auto;
	 font-weight:bold;
     background-color:#cbcb69;
	 border-bottom:1px solid black;
}
tr{
   font-size : 15px;
	 text-align:center; 
 
}
tr .highLight{

	 background-color:#B8CFE7;
 
}

tr:hover{
  background-color: #D7ECD7;

}
