body {background-color: navy;
      color: white;
      font-size: 160%;
      font-family: "Times New Roman";
      margin-top: 0px;
      cursor: url("UK2.cur"),auto}

td {background-color: white;
    color: black;
    link: blue;
    active: blue;
    visited: blue;
	font-size: 120%;
	font-family: Times New Roman;
	margin-top: 0px}

<!-- H1 Heading At Top Of Page -->
h1 {text-align: center;
    vertical-align: top;
    text-decoration: underline;
    color: yellow;
    font-size: 200%}

<!-- H2 Explanation -->
h2 {font-style: italic;
    font-size: 75%}

<!-- H3 Heading For "Other Links" -->
h3 {text-align: left;
    text-decoration: underline;
	font-size: 150%;
    color: yellow;
	margin-top: 0px}

<!-- H4 Heading For "Site Under Construction" -->
h4 {text-align: center;
    font-size: 160%;
    font-family: Times New Roman;
	font-weight: extra-bold;
    color: red;
    background-color: white;
	margin-top: -20px}

<!-- H5 Heading For County Names -->
h5 {text-align: center;
    font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px}

<!-- Class For Navigation Trail -->
.NavTrail {font-size: 70%;
           color: yellow;
           background-color: #000033;
	       margin-left: -10px;
	       margin-right: -10px}

A:link {color: #FFCC66;
        cursor: url("UK3Hand.cur"),pointer}
A:active  {color: fuchsia;
           cursor: url("UK3Hand.cur"),pointer}
A:visited {color: #FFFF99;
           cursor: url("UK3Hand.cur"),pointer}

<!-- Class For "Site Under Construction" -->
.UnderConst {text-align: center;
             font-size: 160%;
             font-family: Times New Roman;
             font-weight: bold;
             color: red;
             background-color: white;
	         margin-top: -20px}

<!-- Class For County Names -->
.County {text-align: center;
         font-size: 70%;
         font-weight: bold;
	     margin-top: 0px;
	     margin-bottom: 0px}

<!-- Class For Last Updated -->
.LastUpdated {font-size: 70%}

<!-- Class For Links -->
.Links {text-align: left;
	text-decoration: underline;
	font-size: 130%;
	color: #99FFFF;
	margin-top: 0px}

.DownloadTd {background-color: "#0066FF";
             color: "#FFFF99";
	         font-size: 80%;
             font-family: "Verdana"}

.CamTd {background-color: "#FF0000";
             color: "#FFFF99";
	         font-size: 80%;
             font-family: "Verdana"}

<!-- Class For Explanation -->
.Expl {font-style: italic;
	   font-weight: bold;
       font-size: 75%}



