* {
 font-size: 10pt;
}
body {
 background-color: black;
 font-family: verdana;
 color: white; 
}

td{
  vertical-align: top;
}

A:link    { color: white } 
A:visited { color: white }   /* visited links   */
A:hover   { color: yellow } /* user hovers     */
A:active  { color: lime }   /* active links    */

div.text{
	margin-left : 15px;
	margin-top : 10px;
	margin-bottom : 10px;	
  
  width: 720px;
}
