hr 
		{
         color: #3399cc;
		 width: 80%
        }
body
        {
	margin:10px 20px 10px 20px;
        background-color: #ffffff;
        }

	A:link
	{
		color: #003366;
		text-decoration: 
	}
        A:active
        {
               color: blue;
               text-decoration: 
        }
        
        A:visited
               
        {
               color: green;
               text-decoration:

        }
        A:hover
        {
               color: #3399cc;
               text-decoration: 
        }
		
		 