/* Notes classes */
.notes {color: #FF8000; font-size: x-small;}

/* Small links */
a.small:link {font-size: x-small; text-decoration: none;}
a.small:visited {font-size: x-small; text-decoration: none;}
a.small:active {font-size: x-small; text-decoration: none;}
a.small:hover {font-size: x-small; text-decoration: underline;}

/* Small white links */
a.Smallwhitelink:link { font-size: x-small; text-decoration: none; color: #FFFFFF; }
a.Smallwhitelink:visited { font-size: x-small; text-decoration: none; color: #FFFFFF; }
a.Smallwhitelink:active { font-size: x-small; text-decoration: none; color: #FFFFFF; }
a.Smallwhitelink:hover { font-size: x-small; text-decoration: underline; color: #FFFFFF; }

/* "You Are Here" links */
a.here:link {color: #000000; font-size: small; text-decoration: none;}
a.here:visited {color: #000000; font-size: small; text-decoration: none;}
a.here:active {color: #000000; font-size: small; text-decoration: none;}
a.here:hover {color: #000000; font-size: small; text-decoration: underline;}

/* Header Classes */
.MedHead:link {color: #000000; font-size: medium; font-weight: bold; text-decoration: none;}
.MedHead:visited {color: #000000; font-size: medium; font-weight: bold; text-decoration: none;}
.MedHead:active {color: #000000; font-size: medium; font-weight: bold; text-decoration: none;}
.MedHead:hover {color: #000000; font-size: medium; font-weight: bold; text-decoration: underline;}
