
<html>
<head>

<title>Sample css</title>

<meta http-equiv="Content-type"
  content="text/html; charset=iso-8859-1" />
<body> 
<style type"text/css">
<!--

body {
     
      background-color : maroon  ;
	  color : white ;
	  font-family: verdana, arial, helvetica, sans-serif ;
	  font-size : 12 ; color : white ;
	  )
	  
	  
 p     {
        font-family: verdana, arial, helvetica, sans-serif ;
        font-size : 14  px ; 
	    text-indent : 15px ; 
	   
        
        }	  
	 
        
a:link    {
           color: white ;
          }
       
a:visited {
           color: red ;
          }
          
a:hover   {
           background-color:  ;
          }
		  
		  
/*All the content boxes belong to the content class.*/

.content  {
           position: relative ;
           width: auto ;
           min-width: 120px ;
           top: 50px ;
           margin: 0 200px 50px 200px ;
           border: 1px solid #ffffff;
           background-color: maroon   ;
           padding: 10px ;
           color: #ffffff ;
           font-size:12px ;
           z-index: 2 ;
           } 		      


</head>










</html>
</body>