/* BOOTSTRAP SITE CSS */

.navBgrnd {
    background-color:rgba(255,224,56,.25)
}

.activeNav {
    background-color:rgb(230,184,0)
}

table.assgt td {
    text-align:right;
}



/* OLD SITE CSS */


a.menu
  {
    text-decoration: none;
    color : black
  }
 
font.title
{
  font-size: 22pt;
  color: darkred;
  font-family: arial
}

 
 font.subtitle
{
  font-size: 16pt;
  color: darkred;
  font-family: arial
}

font.subsubtitle
{
  font-size: 14pt;
  color: darkgreen;
  font-family: arial
}

h2 {
  font-size: 16pt;
  color: darkred;
  font-family: arial
}

h3 {
  font-size: 14pt;
  color: darkgreen;
  font-family: arial
}

em {
	font-weight: bold;
	font-style: normal;
}

.tableHeadBeige {
    border: ridge gray;
    padding:3px;
    font-weight:bold;
    background-color:beige;
}

.tableCell{
    border:3px ridge gray;
    padding:3px
}

