  * { margin: 0px;
    padding: 0px;
    font-size: 12px;
    text-align: left;
    font-family: Arial;
    color: rgb(0,0,0);
    text-decoration: none;
    }

  body h1 { font-size: 24px;
    opacity: 1;
    font-style: normal;
    font-weight: bold;
    color: rgb(0, 250, 0);
    }

  h2 { float: left ! important;
    font-size: 36px ! important;
    color: rgb(250,250,250) ! important;
    }

strong { font-size: 18px;
    opacity: 1;
    font-style: normal;
    font-weight: bold;
    color: rgb(80,80,80);
    }
  
  a { color: rgb(100, 100, 100);
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    
    }

  a:hover { color: rgb(100, 100, 100);
     opacity: 1;
    font-weight: bold;
    text-transform: none;     
    text-align: left;
    font-size: 14px;
     font-style: normal;
    }

  a:visited { color: rgb(153, 153, 153);
    text-transform: none;
    text-align: left;
       font-style: normal;
    font-weight: bold;
    font-size: 14px;
    }

  a:active { color: rgb(255, 102, 0);
    font-weight: bold;
    font-style: normal;
	text-transform: none; 
      text-align: left;
    font-size: 14px;
    }

