body
{
background: #6EC445;
background-image: url(bg.jpg);
background-repeat: repeat;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0; 
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
}
A:link{text-decoration: underline; background: #6EC445; color:#000BAC; font-size: 15px;}
A:visited{text-decoration: underline; background: #6EC445; color:#000BAC; font-size: 15px;}
A:active{text-decoration: underline; background: #6EC445; color:#000BAC; font-size: 15px;}
a:hover{text-decoration: underline; background: #000BAC; color:#6EC445; font-size: 15px;}
.content 
{
font-family: arial,"Verdict SF";
font-size: 30px;
color: #000BAC;
font-weight: bold; 
letter-spacing: 5px; 
text-align: center;
}
.content2 
{
font-family: arial,"Verdict SF";
font-size: 15px;
color: #F6005A;
font-weight: bold; 
letter-spacing: 1px; 
text-align: center;
width: 800px;
}
input, textarea,button
{
       background: #6EC445; 
       color: #000BAC; 
       border-style: solid; 
       border-width: 3px; 
       border-color: #ffffff; 
}
option{
background:  #6EC445;
color: #000BAC;
}

