body {
font-family: verdana, arial, georgia;
font-size: 10pt;
color: black;
background-color: white;
}
 
li {
list-style-type: disc;
}

.headerstyle {
border-bottom: 5px #8B7B8B solid;
border-top: 5px #8B7B8B solid;
background-color: thistle;
}

.headerright {
border-right: 1px #8B7B8B dashed;
border-bottom: 5px #8B7B8B solid;
border-top: 5px #8B7B8B solid;
background-color: thistle;
}

.headerleft {
border-left: 1px #8B7B8B dashed;
border-bottom: 5px #8B7B8B solid;
border-top: 5px #8B7B8B solid;
background-color: thistle;
}

.lefttopstyle {
border-top: 5px #CDB5CD solid;
border-left: 1px #8B7B8B dashed;
}

.leftmainstyle {
border-top: 5px #CDB5CD solid;
border-left: 1px #8B7B8B dashed;
border-bottom: 1px #8B7B8B dashed;
}

.middlestyle {
border-top: 1px #8B7B8B dashed;
border-bottom: 1px #8B7B8B dashed;
border-left: 5px #CDB5CD solid;
border-right: 5px #CDB5CD solid;
}

.righttopstyle {
border-top: 5px #CDB5CD solid;
border-right: 1px #8B7B8B dashed;
}

.rightmainstyle {
border-top: 5px #CDB5CD solid;
border-right: 1px #8B7B8B dashed;
border-bottom: 1px #8B7B8B dashed;
}

.leftbottomstyle {
border-left: 1px #8B7B8B dashed;
border-bottom: 1px #8B7B8B dashed;
}

.rightbottomstyle {
border-right: 1px #8B7B8B dashed;
border-bottom: 1px #8B7B8B dashed;
}

.cellborder {
border-bottom: 20px thistle solid;
}

.cellborder2 {
border-bottom: 20px thistle solid;
}

:link {
color: purple;
text-decoration: none;
}

:visited {
color: purple;
text-decoration: none;
}

:hover {
color: #C71585;
text-decoration: none;
}

:active {
color: #C71585;
text-decoration: none;
}

a.nav:link {
color: black;
text-decoration: none;
}

a.nav:visited {
color: black;
text-decoration: none;
}

a.nav:hover {
color: black;
text-decoration: underline overline;
}

a.nav:active {
color: black;
text-decoration: underline overline;
}

.nav {
font-family: verdana, georgia, helvetica;
font-size: 10pt;
}

a.nav2:link {
color: black;
text-decoration: none;
background-color: thistle;
border: 2px thistle solid;
}

a.nav2:visited {
color: black;
text-decoration: none;
background-color: thistle;
border: 2px thistle solid;
}

a.nav2:hover {
color: black;
text-decoration: underline overline;
background-color: thistle;
border: 2px thistle solid;
}

a.nav2:active {
color: black;
text-decoration: underline overline;
background-color: thistle;
border: 2px thistle solid;
}

.nav2 {
font-family: verdana, georgia, helvetica;
font-size: 10pt;
}

.newsfont {
font-family: verdana, georgia, arial, helvetica;
}

a.newstitle:link {
color: black;
text-decoration: none;
}

a.newstitle:visited {
color: black;
text-decoration: none;
}

a.newstitle:hover {
color: black;
text-decoration: none;
}

a.newstitle:active {
color: black;
text-decoration: none;
}

.newstitle {
font-family: verdana, georgia, arial, helvetica;
}

a.social:link {
color: black;
text-decoration: none;
}

a.social:visited {
color: black;
text-decoration: none;
}

a.social:hover {
color: black;
text-decoration: underline;
}

a.social:active {
color: black;
text-decoration: underline;
}

.social {
font-family: verdana, georgia, arial;
font-size: 10pt;
}