/* anchor links */
a:link {text-decoration: none; color: #5f87bf;}
a:visited {text-decoration: none; color: #5f87bf;}
a:active {text-decoration: underline; color: #5f87bf;}
a:hover {text-decoration: underline; color: #5f87bf;}

/* standard text */
.aheads {font-family: Arial; font-size: 12px; font-weight: bold;}
.vheads {font-family: Verdana; font-size: 10px; font-weight: bold;}
.text {font-family: Verdana; font-size: 10px;}
.crdts {font-family: Arial; font-size: 10px;}

/* specialized text */


/* margins (top, right, bottom, left) */
.mainColumn {margin: 10px 0px 25px 10px;}
.schedColumn {margin: 10px 10px 25px 10px;}