/*   cross-browser standardization       */ 
* { padding: 0; margin: 0; }
a img, :link img, :visited img { border: none; } 
a:active  { color: purple ; text-decoration: underline; font-weight: normal; background-color: inherit; }
a:hover   { color: red;      text-decoration: none;      font-weight: normal; background-color: inherit; } 
a:link    { color: blue ; text-decoration: underline; font-weight: normal; background-color: inherit; }
a:visited { color: purple ; text-decoration: underline; font-weight: normal; background-color: inherit; }
address { font-style: italic; }
fieldset { padding: .5em; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset { margin: 1em 5%; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
hr { margin: 5px; }
img { border: none; }
li, dd { margin-left: 5%; }
/* td { padding: 3px; margin: 1px; text-align: left; } */ 
th { background-color: rgb(226, 214, 184); color: #000000; padding: 3px; margin: 1px; text-align: left; }
/* table { margin-left: auto; margin-right: auto; } */
ul,ol { list-style: none; }
/*  end of cross-browser standardization  */
/*  ------------------------------------------------------------------------------*/
/*  start of local standard classes       */
.centry { text-align: center; margin-left: auto; margin-right: auto; }
.justy {text-align:justify; }
.lefty {text-align:left; }
.righty {text-align: right; }
/*  end of local standard classes        */
/*  ------------------------------------------------------------------------------*/
/*  redefine built-in classes            */
/* ----------------------------------------------------------------------------- */


