a{ text-decoration: none }
a:link {color: #FF6600}
a:visited {color: #663333}
a:hover { background-color: #ffff66; color: #993300}
a:active {color: #ffff66; background-color: #993300}

body
{
  background-color: #BDB76B;
  color: #663333;
  font-family: Papyrus,Georgia, serif;
  font-size:medium;
}

img
{
  background-color: #BDB76B;
}

div
{
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  color: #333333;
}

.text
{
  background-color: #ffffcc;
  margin-right: 100px;
}

.noFirstBold
{
  color: #663333;
  font-family: Papyrus,Georgia, serif;
  font-size:medium;
  font-weight:normal;
}

div:first-line
{
  color: #000000;
  font-size: large;
  font-weight: bold;
}
