/* CSS definition file containing sitestyle stylesheets */
BODY, P, TABLE, TR, TD { MARGIN:0; PADDING:0; }

BODY { font-family: san-serif; 
	color: rgb(51,51,153); 
	background-image: url("/assets/images/nabkgnd.jpg"); 
}
 A:active { color: rgb(51,51,102);}
 A:link { color: rgb(51,51,153);}
 A:visited { color: rgb(51,51,153);}
 A:hover { color: rgb(51,51,102);}

 .TextNavBar { color: rgb(51,51,153);}
 
