BODY{
	margin-top : 0px;
	margin-left : 20px;
	margin-right : 30px;
	color : #003333;
	font-family : times;
	font-size : 16px;
        text-align: justify;
        font-style: italic;
	}

A:LINK{
	text-decoration : none;
	font-weight: bold;
        color : #0000A0;
	  }

A:HOVER{
	Color : white;
	font-weight: bold;
        text-decoration : none;
	   }

A:ACTIVE {
	text-decoration : none;
        font-weight: bold;	
	color: red;
}

A:VISITED {
	text-decoration : none;
        font-weight: bold;	
	color: #003333;}