@import url(main/reset.css); 
@import url(/css/main/general.css); 
/* ^^above^^ The browser equalizer followed by general site rules that I created */

BODY { 
margin: 20px 20px 20px 20px;
font-size: 16px; font-family: 'Lato', Arial, Sans-Serif; color:Black; line-height: 1.25em;  /* 62.5% (10px), 75% (12px), 87.5% (14px), 100% (16px) */
color: #000
 }

.bodycopy { font-family: 'Lato', Arial, Sans-Serif; color: #000; }
p { font-family: 'Lato', Arial, Sans-Serif; color: #000; }

.quicklink { font-family: 'Lato', Arial, Sans-Serif; font-size: 12px; color: #454343; }
.quicklink:hover { font-family: 'Lato', Arial, Sans-Serif; font-size: 12px; color: #ced4b2; }

.headline { font-family: 'Lato', Arial, Sans-Serif; font-size: 14px; font-weight: bold; color: #454343; }
.headline:hover { text-decoration:underline; font-family: 'Lato', Arial, Sans-Serif; font-size: 14px; font-weight: bold; color: #ced4b2; }

.smalltext { text-decoration:none; font-family: 'Lato', Arial, Sans-Serif; font-weight:normal; font-size: 11px; color: #454343; }
.smalltext:hover { text-decoration: underline; color: #ced4b2; }


.link { font-weight:bold; font-family: 'Lato', Arial, Sans-Serif; font-size: 12px; text-decoration:none; color: #000000;}
.link:hover {text-decoration: underline; font-style:italic; color: #ced4b2; }
.link:visited { text-decoration: none; color:#ff0000 }


a:active { text-decoration: underline; color: #cc0000; }

.menu {background-color:#ffffff; border:'1px double #454343'}
.curr{font-style:italic; font-family: 'Lato', Arial, Sans-Serif; font-size: 12px; text-decoration:none; color: #ff0000;}
.curr:hover{font-style:italic; font-family: 'Lato', Arial, Sans-Serif; font-size: 12px; text-decoration:underline; color: #ced4b2;}


.navmove {color:#ffffff; font-family: 'Lato', Arial, Sans-Serif; font-size: 10px; position:absolute; left:0px; top:0px; width:100%; height:21px; z-index:9}

a.inter:visited { text-decoration: none; color:#aaaaaa }
a.inter:hover { text-decoration: none; color:#ced4b2 }
a.inter{ text-decoration: none; color:#ffffff }

h3{margin-top:10px; margin-bottom:0px; font-family: 'Lato', Arial, Sans-Serif; font-size: 18px; color: #454343}

h4{margin-top:10px; margin-bottom:0px; font-family: 'Lato', Arial, Sans-Serif; font-size: 14px; color: #454343}
h4.quiz{margin-top:0px; margin-bottom:2px; font-family: 'Lato', Arial, Sans-Serif; font-size: 14px; color: #454343}

.updated
{
color:#ff0000
}

.header      { font-size: 10px; color: #FFFFFF; font-weight: bold }
.listtitle   { font-family: 'Lato', Arial, Sans-Serif; font-size: 10px; font-style: italic; font-weight: bold }

h5           { font-size: 11px; color: #595943; font-style: italic; font-weight: bold }
h6           { font-size: 12px; color: #FFFFFF; font-style: italic; font-weight: bold }
TD
{
font-family: 'Lato', Arial, Sans-Serif;
font-size:12px;
font-weight:normal;
color:#454343;
vertical-align:top;
}

HR {
    height:1px;
     
   }


.opadmin{font-family: 'Lato', Arial, Sans-Serif; font-weight:bold; font-size:16px; color:#ffffff}

a.workbook{font-family: 'Lato', Arial, Sans-Serif; font-size: 12px; text-decoration:underline; color: #ffffff;}
a.workbook:hover{font-family: 'Lato', Arial, Sans-Serif; font-size: 12px; text-decoration:none; color: #ffffff;}

.quiztitle{font-weight:bold; font-family: 'Lato', Arial, Sans-Serif; font-size: 20px; color: #9b3406}

.quiztable{border:1px double #ced4b2}

.gen  {font-weight:bold; font-family: 'Lato', Arial, Sans-Serif; font-size: 16px; color: #ffffff}

.black{font-weight:bold; font-family: 'Lato', Arial, Sans-Serif; font-size: 14px; color: #000000}

h1, h2, h3, h4, h5, h6 { 
color: #3073b7; 
}

a:link, a:visited { 
color: #579fd2; 
}

a:hover, a:active { 
color: #cc6600; 
}

h1, a.h1, a:link.h1, a:visited.h1, a:active.h1, a:hover.h1 { color:Black; text-decoration:none; font-size: 1.75em; }
h2, a.h2, a:link.h2, a:visited.h2, a:active.h2, a:hover.h2 { color:Black; text-decoration:none; font-size: 1.40em; } /* this is normally skipped? 1.50em */
h3, a.h3, a:link.h3, a:visited.h3, a:active.h3, a:hover.h3 { color:Black; text-decoration:none; font-size: 1.25em; } /* 1.25em */
h4, a.h4, a:link.h4, a:visited.h4, a:active.h4, a:hover.h4 { color:Black; text-decoration:none; font-size: 1.00em; } /* 1.00em */
h5, a.h5, a:link.h5, a:visited.h5, a:active.h5, a:hover.h5 { color:Black; text-decoration:none; font-size: 0.75em; } /* 0.75em */
h6, a.h6, a:link.h6, a:visited.h6, a:active.h6, a:hover.h6 { color:Black; text-decoration:none; font-size: 0.50em; } /* 0.66em WTF? */
