body { 
             color: black;
             text-align : center ;
             margin-right: auto;
             margin-left:auto;
             } 
	a { text-decoration: none ;}
	a:link  {
		color : blue;
		}
	a:visited {
		color : purple;
		}
	a:hover {
		color : red;
		text-decoration: underline;
		}
              a:active {
                color: green;
                text-decoration: underline;
                }
strong {
          font-size: 20px;
          }     
b {
          font-size: 12px;
          }
p.home {
          width: 540px;
          text-align: right;
          margin-top: 0px;
          margin-bottom: 0px;
          }   
p.footer {
          color: green;
          font-size: 15px;
          }
em {
          font-size : 15px;
          font-weight : bold;
          font-style : normal;
          color : green;
          }
span {
          font-size: 10px;
          font-color: green;
          }
HR {
  width : 650px;
  color: #b8f858;
}
td {
    text-align : center ;
    margin-right: auto;
    margin-left:auto;
    }
td.l {
    text-align : left ;
    margin-right: auto;
    margin-left: 0px;
    }
IMG {
    border-width : 0px 0px 0px 0px;
    }
em.mj {
    color: white;
    font-size: 13px;
    }
