/* CSS Document */
A:link {font: bold 12px tahoma; color: #004891; text-decoration: underline;}
A:visited {font: bold 12px tahoma; color: #004891; text-decoration: underline;}
A:hover {font: bold 12px tahoma; color: red; text-decoration: underline;}
A:active {font: bold 12px tahoma; color: yellow; text-decoration: none;}
body {font: 14pt;
      font-family: Serif;
	  color: blue;
	  text-align: center}
	  
p    {font: 14pt;
      font-family: Serif;
	  color: blue;
	  text-align: center}
	  
b    {font: 14pt;
      font-family: Serif;
	  color: red;
	  text-align: center}	 
