body {

margin : 0; 

background-image:url(images/bg.gif); 

background-position : 50% 50%; 

background-repeat : repeat-y; 

background-color : #d9d0c1; 

} 

.table {

font-family : Tahoma; 

font-size : 10px; 

color : #2b2b2b; 

background-color : #dfdacb; 

border : 1px inset #929292; 

border : 1px outset #929292; 

} 

a:link {

	color: #5F4B36;

	text-decoration: underline;

}

a:visited {

	color: #5F4B36;

	text-decoration: underline;

}

a:hover {

	color: #5F4B36;

	text-decoration: none;

}

a:active {

	color: #5F4B36;

	text-decoration: underline;

}

.style2 {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
}
.ram {
	padding: 15px;
	border: 2px solid #e6e2db;
	width: 80%;
	color: #333333;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #FAF9F8;
}
