body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 2%;
  margin-right: 2%;
  background-color:#ffffff;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  color: #222222;
}

p {
    font-family: Georgia, Times new roman, serif;
    line-height: 1.45em;
    margin-bottom: 1.02em;
    font-size: 1em;
    color: #333333;
}
pre {
    background-color: #efefef;
}

code {
    background-color: #efefef;
}
/* for disqus */
.para { 
    font-family: Georgia,serif;
    line-height: 1.5em;
    margin-bottom: 1.125em;
    font-size: 1em;
    color: #333333;
    padding: 0;
    margin-left: 7%;
}

li {
    font-family: Georgia,serif;
    line-height: 1.45em;
    font-size: 1em;
    color: #333333;
}

a:link {
  text-decoration: none
}

a:hover {
  background-color: #cccccc;
  text-decoration: none
}
a:visited {
  text-decoration: none;
}

a:active {
  color: #cc0000;
  background-color: #cccccc;
}

a:focus{
  background-color: #cccccc;
  text-decoration: none;
}
/*images suppress borders */
.imgnoborder{
  border: 0px;
}

.navbar {
  border-bottom: 1px solid #999999;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

/* for bitly bit */
.bitly {
   font-size: 0.8em;
   color: #666666;
}

.quote{
    margin-left: 10em;
    margin-right: 10em;
}

.question{
    margin-left: 0px;
    font-weight: bold;
}

.answer{
    margin-left: 3em;
    
}

