body {
			background: #DDC1A9;
			color: #553332;
			font-size: 10px;
			font-family: trebuchet ms, tahoma, verdana, sans-serif;
			text-align: justify;
			background-image: url();
}
			
a:link{
			font-size: 8pt; 
			text-decoration: none; 
			font-weight: bold;
			color: #C298A7; 
}
a:visited{
			font-size: 8pt;
			font-weight: bold;
			text-decoration: none; 
			color: #C298A7; 
}
a:active{
			font-size: 8pt; 
			font-weight: bold;
			text-decoration: none;
			color: #C298A7; 
}
a:hover{
			font-size: 8pt;
			font-weight: bold;
			text-decoration: none;
			color: #553332; 
			}

.header {
			border: 1px solid #000000;		
			border-bottom: 0px;}

.menu { 
			border: 1px solid #000000;     
			border-bottom: 0px;
			background: #C7A5A4;
			text-align: center;
			padding: 1px 1px 1px 0px;
			}
          
.menu a:link, .menu a:visited, .menu a:active {
			text-decoration: none;
			color: #EBDDD5;
			font-weight: bold;
			padding: 4px 4px 4px 4px;
			}

.menu a:hover {
			text-decoration: none;
			color: #C7A5A4;
			font-weight: bold;
			padding: 4px 4px 4px 4px;
			}
			
.content {background: #EBDDD5;
			border: 1px solid #000000;
			padding: 4px;
			letter-spacing: justified;
}

table td {			
			color: #553332;
			font-size: 8pt;
			font-family: trebuchet ms, tahoma, verdana, sans-serif;
}
			
img {border: 0px;
}

input, select, textarea {
			font-family: trebuchet ms, tahoma, verdana, sans-serif;
			font-size: 8pt;
			color:#553332;
			background:#EBDDD5;
			border: 1px solid;
			border-color:#000000; 
}
