body, p, td, div {
  font-family: times new roman;
  font-size: 11pt;
}

.ll {
  font-weight: bold;
}

a {font-family: Tahoma; 
#    color: black; 
    font-size: 11px; 
    font-weight: normal; 
    text-decoration: none; 
    font-style: normal; 
    text-align: left;}
a:visited {font-family: Tahoma; 
#    color: magenta;
    font-size: 11px; 
    font-weight: normal; 
    text-decoration: none; f
    ont-style: normal; 
    text-align: left;}
a:hover {color: blue; text-decoration: underline;}
a.menu {text-decoration: none;}

a.menu:hover {
  text-decoration: underline;
}

h2 {
  color: #000000;
  font-family: arial;
  font-size: 12pt;
  margin-top: 8pt;
  margin-bottom: 2pt;
}

h3 {
  color: #003399;
  font-family: arial;
  font-size: 11pt;
  font-style: italic;
  margin-top: 15pt;
  margin-bottom: 2pt;
}

h4 {
  color: #000000;
  font-family: arial;
  font-size: 10pt;
  font-style: ;
  margin-top: 8pt;
  margin-bottom: 2pt;
}

h5 {
  color: #000000;
  font-family: times new roman, arial;
  font-size: 12pt;
  font-style: bold;
  margin-top: 8pt;
  margin-bottom: 2pt;
}


p {
  text-align: justify;
  margin-top: 4pt;
  margin-bottom: 4pt;
}

 code { 
    font-size:large; 
    } 

  .codetag {  
    margin-left:2em;
    margin-right:2em;
    margin-top:1em;
    margin-bottom:1em;
    background-color:#FFE4B5;
    border-width:1px;
    border-style:solid;
    padding-left:1em;
    padding-right:1em;
    padding-top:0px;
    padding-bottom:2px;
    overflow:auto;
    }

 table.template {
    margin-left:3em;
    margin-right:4em;
    border-style:solid;
    border-width:1px;
    background-color:#EEE8AA;
    padding:1em;
    font-size:90%; 
    margin-top:10px;
    margin-bottom:10px;
    border-left-width:10px;
    border-left-color:#CD5C5C;

  }

 .heading {
   border-bottom:1px solid rgb(170, 170, 170);
   font-size:150%;
   padding-bottom:0.17em;
   padding-top:0.5em;
   display:block;
  }

.embed-container {
position: relative;
height: 0;
overflow: hidden;
background-color:black;
}

.ratio-16-9{
padding-bottom:56.25%; /* 9/16*100 */
}

.ratio-4-3{
padding-bottom:75%; /* 3/4*100 */
}

.ratio-1-1{
padding-bottom:100%; /* ... */
}

#nav {
width: 100%;
text-align: center;
font-family: sans-serif;
font-weight: bold;
font-size: 11pt;
color: white;
background-color: #55f0aa;
border-style: solid;
border-width: 1px;
border-color: #7f0000;
}
