/* general format styles */

a {
font-family: verdana, arial, sans-serif;
font-style: normal;
font-decoration: underline;
font-weight: normal;
font-size: 14px;
color: blue;
}

a:hover {
font-family: verdana, arial, sans-serif;
font-style: normal;
font-decoration: underline;
font-weight: normal;
font-size: 14px;
color: red;
}

a:visited {
font-family: verdana, arial, sans-serif;
font-style: normal;
font-decoration: underline;
font-weight: normal;
font-size: 14px;
color: darkmagenta;
}

#sitemap a {
font-family: verdana, arial, sans-serif;
font-style: normal;
font-decoration: underline;
font-weight: normal;
font-size: 12px;
color: blue;
}

#sitemap a:hover {
font-family: verdana, arial, sans-serif;
font-style: normal;
font-decoration: underline;
font-weight: normal;
font-size: 12px;
color: red;
}

img {
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
}

.coursetitle {
font-family: Georgia, "Times New Roman", serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 24px;
color: #ffffff;
text-align: left;
}

.pagetitle {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 20px;
color: #000000;
text-align: left;
vertical-align: top;
}

.footertext {
font-family: verdana, arial, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 12px;
color: #ffffff;
}

.contenttext {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 16px;
color: #000000;
text-align: left;
}

.contenttextdark {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 16px;
color: #000000;
text-align: left;
}

.contenttextdarkboxed {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 16px;
color: #000000;
text-align: left;
}

.contenttextsmall {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 14px;
color: #000000;
text-align: left;
}

.contenttextsmalldark {
font-family: arial, helvetica, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 14px;
color: #000000;
text-align: left;
}

