     A { 
        color: #E6E6FA;
        text-decoration: none;
        }

     A:HOVER {
        color: #FFE4C4;
        text-decoration: underline;
        }

     A:ACTIVE {
        color: #FF7F50;
        text-decoration: underline;
        }

     H1 { 
        text-align: center;
        color: #FF0505;
        font-size: x-large;
        font-weight: 600;
        font-style: normal;
        }

     H2 { 
        text-align: center;
        color: #FF0F0F;
        font-size: large;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        }

     H3 { 
        text-align: center;
        color: #FF0000;
        font-size: large;
        font-weight: 500;
        font-style: normal;
        text-decoration: none;
        }

     pre, CODE { 
        text-decoration: none;
        text-transform: none;
        color: #FFFF00;
        }
     i.include {
        color: #FFFF00;	
	}
     pre a {
        color: #FFFF0F;
        text-decoration: none;
        text-transform: none;
        }
     code a {
        color: #FFFF0F;
        text-decoration: none;
        text-transform: none;
        }
     pre i {
        color: #00FF50;
        }
     code i {
        color: #00FF50;
        }
     code>a b {
	color: #A0A0FF;
	}
     code> a:hover b {
	color: #FF7F50;
	}

     BODY {
        background-color: Black;
        background: Black;
        color: White;
        }

     p {
        text-align: justify;
        background: Black;
        color: White;
        }

     li b{
        color: white;
        }
     li> code b{
        color: #A0A0FF;
        }

     li, ul{
        color: white;
        list-style-type: circle;
        }
     b {
        color: #A0A0FF;
        }

     td {
        color: White;
        background-color: Black;
        background: Black;
        text-align: left;
        }

     th {
        color: #00B000;
        background: Black;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        }

     caption {
        color: White;
         }
     table {
        align: center;
        }


