body{
  background-color: #d9ecbf;
  color: #2d1d35;
  font-family: Tahoma;
  font-size: 8pt;
  text-align: left;
  font-weight: lighter;
  height: 100%;
}

table, div, span{
  font-family: Tahoma;
  font-size: 12px;
  text-align: justify;
  letter-spacing: 0px;
  color: #2d1d35;
  line-height: 17px;
}

p{
  margin: 5px;
}


h1{
  color: #4b9f86;
  background-color: #ffffff;
  margin-top: 2px;
  margin-bottom: 3px;
  font-family: Century Gothic;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  letter-spacing : -1px;
  font-style : italic;
}

h1:first-letter{
 color: #2b8754;
}

h2{
  color: #4b9f86;
  background-color: #ebf5dd;
  margin-top: 2px;
  margin-bottom: 3px;
  font-family: Century Gothic;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  letter-spacing : -1px;
  font-style : italic;
}

a{
  color: #bd2d48;
  text-decoration: none;
  font-weight: lighter;
  font-family: Century Gothic;
}

a:hover{
  color: #ffffff;
  cursor: help;
}

a img{
  border: 1px solid #4b9f86;
  padding: 2px;
  margin: 1px;
}

a:hover img{
  border: 1px solid #2d1d35;
}

b, u, strong{
  color: #2b8754;
}

i, s, em{
  color: #d2405b;
}

img{
  border: none;
}

input, select{
  background-color: #ffffff;
  color: #d2405b;
  font-family: Tahoma;
  font-size: 12px;
  text-align: center;
  border: 1px solid #2d1d35;
  margin: 5px;
  padding: 2px;
  width: 60%;
}

textarea{
  background-color: #ffffff;
  color: #d2405b;
  font-family: Tahoma;
  font-size: 12px;
  text-align: left;
  border: 1px solid #2d1d35;
  margin: 5px;
  padding: 2px;
  width: 60%;
}


::-moz-selection {
  color: #d2405b;
  background: #f3fdd7;
}

blockquote {
  background: #f3fdd7;
  margin: 10px;
  padding: 3 3 3 3px;
  border: 1px solid #2d1d35;
  border-left: 5px solid #d2405b;
  color: #4b9f86;
  text-align: justify;
}

.code {
  margin: 15px;
  padding: 7px;
  color: #1F5F3C;
  text-align: left;
  background-color: #d9ecbf;
  font-weight: normal;
  font-family: courier new;
  border: 0px solid #2d1d35;
  border-left: 2px solid #d2405b;
  border-right: 2px solid #d2405b;
}

a.pic{
  border: 0px solid;
}

a.pic:hover{
  border: 0px solid;
}

a.nav{
  font-family: Tahoma;
  font-size: 12px;
  color: #2b8754;
  display: block;
  text-decoration: none;
  margin: 1px;
  text-align: left;
  padding-left: 15px;
  font-style : normal;
}

a.nav:hover{
  font-family: Tahoma;
  font-size: 12px;
  color: #4b9f86;
  display: block;
  text-decoration: none;
  margin: 1px;
  text-align: left;
  padding-left: 15px;
  font-style : italic;
  background: #f3fdd7;
  letter-spacing : 1px;
}

#top{
  position: absolute;
  left: 0px;
  top: 0px;
}

#content{
  position: absolute;
  left: 9px;
  top: 175px;
  width: 555px;
}

#sidebar{
  position: absolute;
  left: 570px;
  top: 10px;
  width: 190px;
}

#tut{
  width: 400px;
}

#tut i{
  font-family: courier new;
}


