body {background-color: rgb(153, 227, 251)}
body { margin-top: 70px; margin-right: 70px; margin-bottom: 2px; margin-left: 70px; }
A:link { color: #000099 }
A:visited { color: #990099 }
A:hover { color: #00CCFF; }
A:active { color: #FF0000; }

UL{
        background: #FFD700;
        padding: 3px 3px 3px 3px;
                                     /* No borders set */
      }
LI.withborder {
        border-style: solid;
        border-width: 2px;        /* sets border width on all sides */
        border-color: black;
        background: white;            /* Content, padding will be white */
        margin: 8px 8px 8px 8px;
        padding: 10px 20px 20px 20px;
        list-style: none  
      }

body, P, TD, TH, DIV, BLOCKQUOTE, DL, UL, OL  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:14pt;
		}
h1 {font-weight: 500; font-size:14pt}
h2 {text-align: center; font-weight: 600; font-size:16pt}
h3 {text-align: center; font-weight: 600; font-size:14pt; }
h4 {text-align: center; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size:48pt}
h5 {font-weight: 600; font-size:14pt}
h6 {font-weight: 400; font-size:6pt}

h1, h2, h3, h4, h5, h6, p {margin:0; padding:0;}

table.one
{
table-layout: auto
}

 




