/* main body */

body {
	color : #000000;
	font-family : Arial, Tahoma, Verdana;
	background-color:#620000
	font-size : 12pt;
}
a:link {
     color: #000066;
     font-family : Arial, Tahoma, Verdana;
     font-size : 100%;  
     }   
a:hover {
     color: #FFFFCC;
     font-family: Arial, Tahoma, Verdana;
     font-size: 100%;
     }   
a:visited {
     color : #660066;
     font-family : Arial, Tahoma, Verdana;
     font-size : 100%;
}  
a:active {
     font-family : Arial, Tahoma, Verdana;
     font-size : 100%;
} 
.nav: {
     color: #0000FF;
     background-color: #F9B193;
     font-family: Arial, Tahoma, Verdana;
     font-size: 100%;
     font-weight: bold;
     text-decoration: none;    
}
a.nav:link {
     color: #000066;
     background-color: #F9B193;
     font-family: Arial, Tahoma, Verdana;
     font-size: 100%;
     font-weight: bold;
     text-decoration: none;    
}   
a.nav:hover {
     color: #FFFFCC;
     background-color: #F9B193;
     font-family: Arial, Tahoma, Verdana;
     font-size: 100%;
     font-weight: bold;
     text-decoration: none;    
}   
a.nav:visited {
     color: #660066;
     background-color: #F9B193;
     font-family: Arial, Tahoma, Verdana;
     font-size: 100%;
     font-weight: bold;
     text-decoration: none;
}  
a.nav:active {
     color: #FF0000;
     background-color: #F9B193;
     font-family: Arial, Tahoma, Verdana;
     font-size: 100%;
     font-weight: bold;
     text-decoration: none;
}
.main  {
}
.hr {
    color: #FFFFCC;
    height: 1px;
    width: 70%;
}
.hrb {
    color: #FFFFCC;
    height: 1px;
    width: 70%;
}
/* ----------------------------------------------------- */ 
/*Headings*/
h1 {  
     font-size : 105%;
     color : #000035;
     background-color : #F9B193;
     font-weight : bold; 
     text-align : center;
}    
h2 {
     font-size : 105%;
     color : #000035;
     background-color : #F9B193;
     font-weight : bold; 
     text-align : center;  
} 
h3 {
     font-size : 100%;
     color : #000000;
     background-color : #F9B193;
     font-weight : bold;  
}   
h4 {  
     font-size : 95%;
     color : #000000;
     background-color : #F9B193;
     font-weight : bold;
}   
p {
     font-size : 100%;
     color : #000000
}
/* ----------------------------------------------------- */ 
/* font size */
.p8 {
     font-size : 110%;
}
.p7 {
     font-size : 105%;
}
.p6 {
     font-size : 100%;
}
.p5 {
     font-size : 95%;    
}
.p4 {
     font-size : 90%;
}
.p3 {
     font-size : 85%;
}
.p2 {
     font-size : 80%;
}
.p1 {
     font-size : 75%;
}
/* ----------------------------------------------------- */

/* Style and Position*/
.b {
   font-weight : bold;
}
.l {
     text-align: left;
}
.r {
     text-align: right;
}
.c {
     text-align: center;
}
.j {
     text-align: justify;
}
.lm5 {
     text-align: left;
     margin-left: 5px;
     margin-right: 5px;
}
.lm10 {
     text-align: left;
     margin-left: 10px;
     margin-right: 10px;
}
.lm15 {
     text-align: left;
     margin-left: 15px;
     margin-right: 15px;
}
.lm20 {
     text-align: left;
     margin-left: 20px;
     margin-right: 20px;
}
.lm50 {
     text-align: left;
     margin-left: 50px;
     margin-right: 20px;
}
.rm5 {
     text-align: right;
     margin-left: 5px;
     margin-right: 5px;
}
.rm10 {
     text-align: right;
     margin-left: 10px;
     margin-right: 10px;
}
.rm15 {
     text-align: right;
     margin-left: 15px;
     margin-right: 15px;
}
.rm20 {
     text-align: right;
     margin-left: 20px;
     margin-right: 20px;
}
.cm5 {
     text-align: center;
     margin-left: 5px;
     margin-right: 5px;
}
.cm10 {
     text-align: center;
     margin-left: 10px;
     margin-right: 10px;
}
.cm15 {
     text-align: center;
     margin-left: 15px;
     margin-right: 15px;
}
.cm20 {
     text-align: center;
     margin-left: 20px;
     margin-right: 20px;
}
/* ----------------------------------------------------- */
.code  {
         font-family : Arial, sans-serif;
         font-size : 75%;         
         color : #000000;
         background : #FFFFFF; 
         padding : 10px; 
         text-align: left;
         width: 400px;       
}

