BODY	{	 
 background-image: url("defquapraf13.gif");  
 background-color:              #ffffff;
 background-repeat:         	 repeat;
 background-attachment:    	 fixed;
    margin-top:		 0.58em;		
	margin-left:		 0.5%;		
	margin-right:		 1%;		
	margin-bottom:	 	 0.58em; 	
	width:			 auto;
	}

A:link	{	
	color:	Blue;
		}	
		
A:visited	{	
	color:		red;            
		}	
		
A:active	{	
        	font-size:                    116%;
	color:		green;
	background:      #0000ff;
	}	
		
A:hover	{	
               	font-variant:  small-caps;  
               	font-size:    100%;
               	font-weight:  bolder;
               	color:     	red;   
		background:	 #000000;
	}