/* Default CSS Stylesheet for a new Web Application project */

A {text-decoration: none; cursor: crosshair;
   font-family:Verdana;
   font-size:x-small;	    
   font-weight:bold;	}
a:hover{; }
a:hover{text-decoration: underline; font-style: italic; font-weight: bold}

a:link{color:#9a567e;}
a:visited{color:#9a567e;}
a:active{color:#9a567e;}

P {	   font-family:Verdana;
	   font-size:x-small;	    
	   font-weight:bold;
}

BODY {     background-image: url(index/tenderinnertile.jpg);
           bgcolor:#24273a;
	   color:#9a567e;
	   
	   font-family:Verdana;
	   font-size:x-small;	    
	   font-weight:bold;

scrollbar-3d-light-color:#faf0f4; scrollbar-arrow-color:#9a567e;
scrollbar-base-color:#faf0f4; scrollbar-dark-shadow-color:#e5cbd6;
scrollbar-face-color:#e5cbd6; scrollbar-highlight-color:#e5cbd6;
scrollbar-track-color:#e5cbd6; scrollbar-shadow-color:#e5cbd6;

 }

.smalltext {    font-family:Verdana;
   		font-size:xx-small;
   		font-weight:bold;	    	}

.largetext {    font-family:Verdana;
   		font-size:small;
   		font-weight:bold;	    	}