/***********************/
/*    GENERAL  STUFF   */
/***********************/

BODY { 
       background-color: #333366;
       font-family: HELVETICA,VERDANA,ARIAL; 
       color: black;
       margin: 0px 0px 0px 0px; }

A:VISITED {
	   text-decoration : underline;
	   color : purple; }
A:LINK {
	text-decoration : underline;
	color : maroon; }
A:HOVER {
	 text-decoration : underline;
       	 color : #000033; }
A:ACTIVE {
	  text-decoration : underline;
	  color : red; }

.LINK:VISITED {
	  text-decoration : underline;
          font-size: x-small;
	  color : purple; }
.LINK:LINK {
	  text-decoration : underline;
          font-size: x-small;
	  color : blue; }
.LINK:HOVER {
	  text-decoration : underline;
          font-size: x-small;
       	  color : red; }
.LINK:ACTIVE {
	  text-decoration : underline;
          font-size: x-small;
	  color : red; }


/***********************/
/*    MAIN PAGE        */
/***********************/

.MAINCAT:VISITED {
	  text-decoration : underline;
          font-size: medium;
          font-weight: bold;
	  color : purple; }
.MAINCAT:LINK {
	  text-decoration : underline;
          font-size: medium;
          font-weight: bold;
	  color : blue; }
.MAINCAT:HOVER {
	  text-decoration : underline;
          font-size: medium;
          font-weight: bold;
       	  color : red; }
.MAINCAT:ACTIVE {
	  text-decoration : underline;
          font-size: medium;
          font-weight: bold;
	  color : red; }

.SUBCAT:VISITED {
	  text-decoration : underline;
          font-size: xx-small;
          font-weight: bold;
	  color : purple; }
.SUBCAT:LINK {
	  text-decoration : underline;
          font-size: xx-small;
          font-weight: bold;
	  color : blue; }
.SUBCAT:HOVER {
	  text-decoration : underline;
          font-size: xx-small;
          font-weight: bold;
       	  color : red; }
.SUBCAT:ACTIVE {
	  text-decoration : underline;
          font-size: xx-small;
          font-weight: bold;
	  color : red; }


/***********************/
/*    CATEGORIES       */
/***********************/

.RELCAT:VISITED {
	  text-decoration : underline;
          font-size: x-small;
          font-weight: bold;
	  color : purple; }
.RELCAT:LINK {
	  text-decoration : underline;
          font-size: x-small;
          font-weight: bold;
	  color : #000033; }
.RELCAT:HOVER {
	  text-decoration : underline;
          font-size: x-small;
          font-weight: bold;
       	  color : #000033; }
.RELCAT:ACTIVE {
	  text-decoration : underline;
          font-size: x-small;
          font-weight: bold;
	  color : red; }

/***********************/
/*  ON BACKGROUNDCOLOR */
/***********************/


.OUT:VISITED {
	  text-decoration : underline;
          font-weight: bold;
	  color : purple; }
.OUT:LINK {
	  text-decoration : underline;
          font-weight: bold;
	  color : #maroon; }
.OUT:HOVER {
	  text-decoration : underline;
          font-weight: bold;
       	  color : maroon; }




