html
{
    overflow-x: hidden;
}
a:link
{
	color: #556875;
	font-weight: normal;
	text-decoration: underline;
}
a:visited
{
	color: #556875;
	font-weight: normal;
	text-decoration: underline;
} 
a:active 
{
	color: #556875;
	font-weight: normal;
	text-decoration: underline;
}
a:hover 
{
	color: #E5DDCF;
	font-weight: normal;
	text-decoration: none;
	background-color: #556875;
}
body
{
   	font-family: Arial, Verdana, Helvetica;
   	background-color: #E5DDCF;
	color: #3E2D30;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 60px;
}
table
{
    width: 550px;
    border: 0px;
    font-family: Arial, Verdana, Helvetica;
    background-color: #E5DDCF;
    color: #3E2D30;
    font-size: 14px;
}
form
{
 width: 300px;
 background-color: #E5DDCF;
 color: #3E2D30;
 border: 1px solid #556875;
 padding: 20px;
 font-family: Arial, Verdana, Helvetica;
 font-size: 13px;
 text-align: center;
}
textarea
{
 background-color: #FFF6E7;
 font-family: Arial, Verdana, Helvetica;
 font-size: 13px;
 color: #3E2D30;
}
input
{
 background-color: #FFF6E7;
 font-family: Arial, Verdana, Helvetica;
 font-size: 13px;
 color: #3E2D30;
}
h1
{
	color: #7D5B60;
	font-family: Times New Roman;
	text-align: left;
	v-align: bottom;
	font-size: 20px;
	font-weight: bold;

}
h2
{
	color: #CBBBBE;
	font-family: Arial, Verdana, Helvetica;
	text-align: center;
	font-size: 16px;
	font-weight: bold;

}

}
.borderpink {
margin: 2px 2px 2px 2px; 
padding: 10px; 
border-style: solid; 
border-width: 1px; 
border-color: #BC8990; 
}

.textsmall
{
    font-size: 10px;   
}

.textmedium
{
    font-size: 12px;
    font-style: none;   
}