/* Cascade from above */

/* @import "debug.css";   /* for testing only */

body  {
   margin-left: 3em;
   margin-right: 3em;
}

/*  table { border: 1px dashed grey }  /* testing only */

.bordered { border: 1px solid black; }
.dashed   { border: 1px dashed grey; } 
.soft-border { border: 1px solid lightgray; }

.right {   float: right; }
.left {   float: left; }
.center { float: center; }

.small { font-size: 90%; }
.smaller { font-size: 80%; }
.smallest { font-size: 70%; }


.quote {
  color: gray;
  font-style: italic;
  font-size: 70%;
}



/* Links */

a[href]:hover {
    color:  green;
    text-decoration: underline;
}

a:link, a:visited {
    color: purple;
    text-decoration: none;
}

a.hidden, a.hidden:hover  {
   text-decoration: none;
   color: inherit;
    border: none;
}


/*EOF*/
