body {
	background:  url('img/bg.jpg') center repeat-y fixed;
    padding: 0;
    margin: 0;
    scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #cccccc;
}

a {
	color: #ff0000;
    text-decoration: none;
	font-family: sans-serif;
	}

a:hover {
         color: #000000;
         text-decoration: none;
         background-color: #ff0000;
         }

table {
	margin: 9px 0 0 10px;
	}


.comment {
	margin: 38px 5px 0 137px;
	width: 168px;
	height: 131px; 
	font-size: 10px;
	text-align: left;
	line-height: 120%;
	color: #000000;
	overflow: auto;
	}
	
.comment2 {
	margin: 52px 5px 0 137px;
	width: 168px;
	height: 120px; 
	font-size: 10px;
	text-align: left;
	line-height: 120%;
	color: #000000;
	overflow: auto;
	}

p {
	margin: 5px 0 5px 0;
	}