
body {
	font-family: Helvetica, sans-serif;
	color: #000000;
}

table
{
   width : 100% ;
   border-width : medium ;
   border-style : none ;
   border-collapse : collapse;
   padding : 12px ;
}

td {
        text-align : center ;
}

a
{
   color : black ;
}

h3
{
	font-weight: bold;
	color: #000000;
        font-size : 120%;
        text-align : center ;
        white-space : nowrap ;
}
h2
{
	color: #000080;
        font-size : 200%;
        text-align : center ;
        white-space : nowrap ;
}

h1
{
	font-family: Times, serif;
	font-weight: bold;
	color: #000000;
        font-size : 300%;
        text-align : center ;
}

