/* CSS Document */
a
  {

	   color: #792484;
	   text-decoration: none;
	   font-weight: bold;  
  }
a:active { text-decoration: underline } 
A:visited { text-decoration: none } 
A:active { text-decoration: none }
A:hover { text-decoration: underline}
a.menu
  {
   	   color: #000000;
	   text-decoration: none;
  }  

ul.content 
  {
	   color: #792484;
	   text-align: justify;
  }
  
table.content
  {
	   text-align: justify;
  }