body {background-color: #CCCCCC; 
      text-align: center;
      font-family: georgia, sans-serif;
      font-size: 14px;}
      
p    {font-family: georgia, sans-serif;
      font-size: 14px;
      color: #FF0000;}

a:link 		{text-decoration: none; color: #FF0000;}
a:visited 		{text-decoration: none; color: #006699;}
a:active 		{text-decoration: none; color: #006699;}
a:hover {text-decoration: none; color: #0000CC;font-weight: bold}
