.padding {  padding-top: 3px; padding-bottom: 3px; padding-right: 3px; padding-left: 3px}

body { 
background-color:white;
background-image:url(../image/SiteBackground.jpg);
background-repeat:repeat-x; }
A:link	{	
	text-decoration:	none;
	color:	#DD0000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#DD0000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#DD0000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#DD0000;
	}