﻿body{
	font-size : 14px;
	color: #FFFFFF;
	background: #273061;
	margin: 20px;
	padding: 0;
	text-align: center;
	line-height: 1.4em;
}
	
a:link    {
	color: #99CCFF ;
	text-decoration: none;
}
a:visited {
	color: #CAC4FD ;
	text-decoration: none;
}
a:hover   {
	color: #CCFFFF ;
	text-decoration: underline;
} 	


h1,h2,h3,h4{
	color: #FFFFFF;
	background: #273061 ;
	padding: 3;
	text-align: center;
}

	
.a1{    font-size : 14px ;
        color:#ffffff;	
        background: #273061 ;
        border:solid 1px #59313A ;
        width:800px;
        /*position:absolute;
        left:5%; top:350px;        
        height:100px; #CF9F92*/
        padding: 10px;
        text-align:center;
        float:center;
        
    }
    
.a2{   font-size : 15px ;
        color:#cca298;	
        background:#5a4248 ;
        border:solid 1px #9d7377 ;
         width:600px;
        /*position:absolute;
        top:10px;
        left:5%;
        height:100px; */
        padding: 3px;
            }    
    
td{
	font-size : 14px;
	color: #ffffff;
	background: #36467E ;
	border: solid 1px #273061;
/*width:600px;
        position:absolute;
        left:5%; top:350px;        
        height:100px; #CF9F92*/padding: 7px;
	text-align: center;
        /*float:left;*/
}
    
td.a1{
        background:#59313A
    } 
  
  /*  
td   a:link   { color : #59313A ; text-decoration:none;}
td   a:visited{ color : #59313A ; text-decoration:none;}
td   a:hover  { color : #E7BAAF ; text-decoration:none;}

 */