
.bluebold {
        font-family: Arial, Helvetica;
        font-size: 1.2em;
        color: darkblue;
        font-weight: bold;
}

.section_head {
       font-family: Arial, Helvetica;
       font-size: 1.5em;
       color: darkblue;
       text-decoration: underline;
       font-weight: bolder;
}

.titletext {
       font-weight: bolder;
}

.bluetext {
     font-family: Arial, Helvetica;
     color: darkblue;
}



a.bluebold:link {
	color: darkblue;
}

a.bluebold:visited {
	color: darkblue;
}

a.bluebold:hover {
	color: red;
}

a.bluebold:active {
	color: darkblue;
}


a.redlink:link, a.redlink:visited {
        color: red;
}

a.redlink:hover, a.redlink:active {
        color: black;
}

td.spacious {
        padding: 5px;
        vertical-align: top; 
}
