.maintext {
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
}

td {
font-size: 15px;
font-family: Verdana, Arial, sans-serif;
}

.maintext_small {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
}

.maintext_darkred {
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
color: darkred;
}

.footer_white {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: white;
}

.homepage_site_subtitle {
font-family: Verdana, Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: white;
}

.homepage_chapter_title {
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #5D478B;
}

.homepage_chapter_subtitle {
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
color: #5D478B;
}

.chapter_site_title {
font-family: "Palatino Linotype", Lydian, Georgia, Palatino, Optima, Verdana, Arial, sans-serif;
font-size: 29px;
font-weight: bold;
color: white;
}

.chapter_title {
font-family: Verdana, Arial, sans-serif;
font-size: 25px;
font-weight: bold;
color: #474747;
}

.chapter_subtitle {
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #8c8c8c;
}

.chapter_head {
font-family: Verdana, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
color: #474747;
}

.chapter_subhead {
font-family: Verdana, Arial, sans-serif;
font-size: 15px;
font-weight: bold;
color: #8c8c8c;
}

.formtext {
font-family: Verdana, Arial, sans-serif;
font-size: 14px;
color: #000000;
}

div {
padding-left: 15px; 
padding-right: 15px; 
padding-top: 15px; 
padding-bottom: 15px;
font-family: Verdana;
font-size: 15px;
}

a.homepage_chapter:link {
color: #5D478B;
text-decoration: none;
}

a.homepage_chapter:active {
color: #5D478B;
text-decoration: none;
}

a.homepage_chapter:visited {
color: #5D478B;
text-decoration: none;
}

a.homepage_chapter:hover {
color: #5D478B;
background-color: yellow;
text-decoration: none;
}

a.chapter:link {
color: #000000;
text-decoration: underline;
}

a.chapter:active {
color: #000000;
text-decoration: underline;
}

a.chapter:visited {
color: #000000;
text-decoration: underline;
}

a.chapter:hover {
color: #000000;
background-color: yellow;
text-decoration: underline;
}

a.article:link {
color: #474747;
text-decoration: underline;
}

a.article:active {
color: #474747;
text-decoration: underline;
}

a.article:visited {
color: #474747;
text-decoration: underline;
}

a.article:hover {
color: #474747;
background-color: yellow;
text-decoration: underline;
}

a.sidebar:link {
color: black;
text-decoration: none;
}

a.sidebar:active {
color: black;
text-decoration: none;
}

a.sidebar:visited {
color: black;
text-decoration: none;
}

a.sidebar:hover {
color: black;
background-color: white;
text-decoration: none;
}

a.footer:link {
color: white;
text-decoration: none;
}

a.footer:active {
color: white;
text-decoration: none;
}

a.footer:visited {
color: white;
text-decoration: none;
}

a.footer:hover {
color: white;
text-decoration: underline;
}