/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-right: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: black; /* IE8 proofing */
  color: black;
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color:black;
  border-bottom-color: black;
  font-family: glyphicons, sans-serif;
  text-align: right;
}


body
{
background-color:#ffff00 ;
}


h1
{
color:black;
font-family: courier;
text-align:center;
font-size: 40px
}
h2
{
color:gray;
font-family:lucida;
text-align:center;
}
h3
{
color:black;
font-family:courier;
text-align:center;
font-size: 1em
}
p
{
font-family: courier;
text-align:center;
color:black;
font-size:.9em
}
