.headline        {
        color: black;
        font-size : 24pt;
        font-weight: bold;
        font-family:"verdana,arial,ms sans serif,geneva";
           }
body	    {
	background-image: url(images/backgrnd2.gif)
	  }

table     {
	background-color: #2248B6;
	font-size : 16px;
	text-decoration: none;
	font-weight: normal;
	font-family:"verdana,arial,ms sans serif,geneva";
td        {
	color: black;
        font-size : 16px;
        text-decoration: none;
        font-weight: normal;
        font-family:"verdana,arial,ms sans serif,geneva";
	text-align: center;
        }
tr        {
        color: black;
        font-size : 16px;
        text-decoration: none;
        font-weight: normal;
        font-family:"verdana,arial,ms sans serif,geneva";
	text-align: center;
        }
p        {
        color: black;
        font-size : 16px;
        text-decoration: none;
        font-weight: normal;
        font-family:"verdana,arial,ms sans serif,geneva";
	letter-spacing: 3pt;
        }
A:link {
        color : white;
        font-size : 13px;
        text-decoration: none;
        font-weight: normal;
        font-family:"geneva,verdana";
        }
A:visited {
        color : white;
        font-size : 13px;
        text-decoration: none;
        font-weight: normal;
        font-family:"geneva,verdana";
        }
A:hover {
        color: purple;
        font-size : 13px;
        text-decoration: none;
        font-weight: normal;
        font-family:"geneva,verdana";
        }