/* Loft.css */
body.std {
 background-color="white";
 font-family: arial;
}

.just {text-align=justify;}

a:link {color: navy;  text-decoration: none; font-weight: normal;}
a:visited {color: navy;  text-decoration: none;  font-weight: normal;}
a:active {color: navy;  text-decoration: none;  font-weight: normal;}
a:hover {color: red;  text-decoration: underline;  font-weight: normal;}

a.cleanlink:link {color: navy;  text-decoration: none;  font-weight: normal;}
a.cleanlink:visited {color: navy;  text-decoration: none;  font-weight: normal;}
a.cleanlink:active {color: navy;  text-decoration: none;  font-weight: normal;}
a.cleanlink:hover {color: red;  text-decoration: underline;  font-weight: normal;}

a.maplink:link {color: navy;  text-decoration: none;  font-weight: bold;}
a.maplink:visited {color: navy;  text-decoration: none;  font-weight: bold;}
a.maplink:active {color: navy;  text-decoration: none;  font-weight: bold;}
a.maplink:hover {color: red;  text-decoration: underline;  font-weight: bold;}

a.introlink:link {color: "#e0e0e0";  text-decoration: none;  font-weight: normal;}
a.introlink:visited {color: "#e0e0e0";  text-decoration: none;  font-weight: normal;}
a.introlink:active {color: "#e0e0e0";  text-decoration: none;  font-weight: normal;}
a.introlink:hover {color: "#e0e0e0";  text-decoration: underline;  font-weight: normal;}

.smallnote {font-size: x-small;}
.tinynote {font-size: xx-small;}