/* a simple white on grey css style sheet */

body {
  margin-left: 10%; margin-right: 10%;

  color: #bbbbbb; 
  background: #303030;
  background-color: #303030;
  bgcolor: #303030;
  border solid #303030;

  font-family: Lucida Sans, Verdana, sans-serif; 
  font-weight: normal;
}

p {
  color: #bbbbbb;
  background-color: #303030;
  border 0px;
}

pre {
  color: #ffffff;
  margin-left: 5%;
  font-weight: normal;
}

iframe {
  border:3px solid #bbbbbb;
  color: #000000; background: #ffffff;
}

h1 {
  color: #ffffff;
  font-family: Lucida Sans, Verdana, sans-serif;
  font-weight: normal;
}

h2 {
  color: #ffffff;
  margin-left: -5%;
  font-family: Lucida Sans, Verdana, sans-serif;
  font-weight: normal;
}

h3,h4,h5,h6 {
  color: #ffffff;
  margin-left: -2%;
  font-family: Lucida Sans, Verdana, sans-serif;
  font-weight: normal;
}

strong {
  color: #ffffff;
  font-weight: normal;
}

a:link {
  color: #c4df90 !important;
  text-decoration: none !important;
  outline: none;
}

a:active {
  color: #cc896d !important;
  text-decoration: none !important;
  outline: none;
}

a:hover {
  color: #cc896d !important;
  text-decoration: none !important;
  outline: none;
}

a:visited {
  color: #909090 !important;
  text-decoration: none !important;
  outline: none;
}

