
:visited {
	COLOR: teal;
	text-decoration:none;
}
:active {
	COLOR: RED
	text-decoration:none;
}
:link     {
                  Color :green;
	text-decoration:none;
}

body {
            	background-image : url(photos/abh.jpg) ;
                  background-color : #ffffff;
	color : #0000aa;
     	font-size:15px;
    	 margin-left : 0px;
     	margin-right : 2px;
    	 font-family: "Arial";
 	
	 letter-spacing : 0.05em;
	text-align:justify;
 }
body.small {
  background-image : url(  );
                  background-color : white;
	color : white;
     	font-size: 14px;
    	 marginleft : 2px;
     	marginright : 5px;
    	 font-family:"Arial" , serif;
                 
}

h1{ color :red;
    font-size:24px;
   margin-top:1px;
   margin-bottom:2px;
   text-decoration:underline;
} 
h2{ color :orange;
   font-size:21px;
   margin-top:1px;
   margin-bottom:2px;
}
h3{ color: teal;
  font-size:18px;
  margin-top:1px;
  margin-bottom:1px;
}

strong {
	color : olive;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
 }
em{
	font-size : 15px;
	font-style: italic;
	font-weight:bold;
                 color: purple;
}

 pre{
       font-size :14px ;
       font-weight :bold;
       font-family:Garamond ," Times New Roman " ,sans-serif
       }
address{
       font-size : 14px;
       font-style: italic
       } 


td {
     
     border-color:green;
}

