.linkwithoutline {
	text-decoration : bold;
}

A:link, A:visited, A:active, A:hover	{
	text-decoration: none;
	}

A:link	{
	color: #F3F781;
	}

A:hover         {
        color: #01DFD7;
        }


A:active	{
	color: #FA5858;
	}

A:indented  {
        color: #01DFD7;
        }

a.linkText {
    color : green;
    text-decoration : underline;
    }
   
    a.linkText:link {
    color : blue;
    /* you can define other styles if necessary */
    }
   
    a.linkText:visited {
    color : blue;
    /* you can define other styles if necessary */
    }
   
    a.linkText:hover {
    color : green;
    }


a.linkTextA {
    color : red;
    size :2;
    }
   
    a.linkTextA:link {
    color : blue;
    size : 2;
    /* you can define other styles if necessary */
    }
   
    a.linkTextA:visited {
    color : blue;
    size : 2;
    /* you can define other styles if necessary */
    }
   
    a.linkTextA:hover {
    color : red;
    text-decoration : underline;
    }


a.linkTextI {
    color : red;
    size :5;
    text-decoration : underline;
    }
   
    a.linkTextI:link {
    color : blue;
    size : 5;
    /* you can define other styles if necessary */
    }
   
    a.linkTextI:visited {
    color : blue;
    size : 5;
    /* you can define other styles if necessary */
    }
   
    a.linkTextI:hover {
    color : red;
    font-size : larger;
    }


a.linkTextD {
    color : green;
    text-decoration : underline;
    }
   
    a.linkTextD:link {
    color : blue;
    /* you can define other styles if necessary */
    }
   
    a.linkTextD:visited {
    color : blue;
    /* you can define other styles if necessary */
    }
   
    a.linkTextD:hover {
    color : green;
    font-size : larger;
    }

a.tablesmalltext {
    color : blue;
    size  : 2;
   }

a.indented
   {
   padding-left: 50pt;
   padding-right: 50pt;
   }

