a:link {text-decoration: none; color:#cc6600;}
a:visited {text-decoration: none; color:#cc6600;}
a:hover {text-decoration: underline; color:#4f5ad6;}

body { 
	font-family: arial, verdana, helvetica, sans-serif; 
	font-size: 13px;		
	color:#cc6600;  	
	margin-bottom:15;
	margin-left:10;
	margin-right:0;
	margin-top: 0;
	margin-width:0;
	margin-height: 0;
	background-attachment:scroll; 
	background-color: #; 
        background-image: url(images/yellotx.jpeg);
        background-repeat:repeat;
	background-position:;
	
	##modify the lines above to change the background properties
	##1.(fixed/scroll) 
	##2.(#color-hexcode) 
	##3.(path to image)
        ##4.(repeat:repeat)  
	##5.(image position)

}
table {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	color:#cc6600;	
}

