
       
       a:link {color: #FFFFFF; text-decoration: none; font-weight: normal}
       a:visited {color: #FFFFFF; text-decoration: none; font-weight: normal}
       a:active {color: #FFFFFF; text-decoration: none; font-weight: normal}
       a:hover {color: #C0C0C0; text-decoration: none; font-weight: normal}
       
       
       
       BODY {
              background: black;
              color: #FFFFFF ; 
			  font-family: Impact, arial; 
			  font-size: 12pt;
             
			  text-align: center;
             }
      
           IMG{
	border : 2px solid Silver;
	margin : 10px;
}
       P{
	text-align : center;
	margin : 5px;
}

     P.em{
	text-align : right;
	font-size : 12px;
	vertical-align : sub;
}


