big {
  font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 200%;
  font-color: green;
  font-weight: bold;
}
h1{
  font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 250%;
  font-color: green;
  font-weight: bolder;
  font-variant: SMALL-CAPS;
}
body {
  background-color: black,transparent;
  color: white;
}
a:link {
  color: #A8D5B6;  
}
a:visited {
  color: #86B394; 
}
a:active {
  color: #DDD5B6;
}

em{
  font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 150%;
  font-variant: SMALL-CAPS;
}

img{
  padding: 0px
}
