body{
padding: 0px;
margin: 0px;
background-color: #000;
}

#wrapper{
width: 990px;
margin: 0 auto;
}

#logo{

}

.content{
padding: 10px 0px 0px 78px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 18px;
}

.content b{
font-size: 25px;
color: #9df6c3;
font-weight: normal;
}

.content .yellow{
color: #eff69d;
margin-top: 80px;
}

.content .yellow a:link{
color: #eff69d;
text-decoration: none;
}

.content .yellow a:visited{
color: #eff69d;
text-decoration: none;
}

.content .yellow a:hover{
color: #eff69d;
text-decoration: underline;
}

.content .blue{
color: #9dd6f6;
margin-top: 20px;
}

.content .blue a:link{
color: #9dd6f6;
text-decoration: none;
}

.content .blue a:visited{
color: #9dd6f6;
text-decoration: none;
}

.content .blue a:hover{
color: #9dd6f6;
text-decoration: underline;
}

.content .purple{
color: #c19df6;
margin-top: 20px;
}