body {
       font: 11pt arial;
       color: black;
       background-color: #bbd7f3;
       }
       
p      {
        text-align: center;
}
 
h1    {
       font: 14pt arial;
       color: black;
       text-align: center;
}

h2    {
       font: 14pt arial;
       color: black;
       text-align: center;
}

h3    {
       font: 14pt arial;
       color: black;
       text-align: center;
}

b      {
	color: #DC143C;

}

a      {
	color: blue;
	text-decoration: none;
        text-align: center;
}

a:link {
	color: blue;
	text-decoration: none;
        text-align: center;
}

a:hover {
	color: Fuchsia ;
	text-decoration: underline;
        text-align: center;
}












