/*styles for sawise website*/

	 BODY{  
       			background-color: #f5f5dc;
				font-family:verdana;
	      		font-size:10pt;
				color: black;
			}
			
		td{  
       			font-family:verdana;
	      		font-size:10pt;
				color: black;
			}	

		a:link { color: #0066CC; text-decoration: none }     /* unvisited link */
		a:visited { color: #666666; text-decoration: none }  /* visited link */
		a:hover { color: #663399; text-decoration: none }   /* mouse over link */
		
