.color1	{
width: 100%;
color: #626477;
background-color: #F1EEEA;
font-size: 10px;
}

.color2	{
width: 100%;
color: #626477;
background-color: #D1C8BE;
font-size: 10px;
}

.form	{
color: white;
font-family: trebuchet MS, verdana, tahoma;
font-size: 10px;
border: 0px;
}


#name	{
width: 48%;
background-color: #8D9994;
}

#url	{
width: 48%;
background-color: #8D9994;
}

#message{
width: 98%;
background-color: #A1ABA7;
}

#submit	{
width: 98%;
text-align: center;
font-weight: bold;
background-color: #B4BEBA;
}

body	{
background-color: #F3F1EE;
font-family: trebuchet MS, verdana, tahoma;
font-size: 10px;
color: #606A66;
margin: 0px;
}

a	{
color: #717B77; 
text-decoration: none;
}

a:hover	{
color: #CCD6D2; 
text-decoration: none;
}