/* 
Guestbook Additional Style Sheet
Developer: Alexander Radzion aka DaneSoul - www.DaneSoul.info
*/

.msg_table{	/* background: #E4E3FF;*/
	background: #C9EA8F; 	
    width: 98%;
	text-align: left;
	border: 1px solid Black;
	}

.header_line{
	background: #8ABA5F; 
	border: 1px solid black;
	font-size: larger;
	}

.fields_names{
	font-family: Times New Roman;
	color: #003200;
	font-weight: bolder;
	text-align: left;
	margin: 0;
    }

.header_msgs{
    font-family: Times New Roman;
	font-size: 16px;
	color: #660000; 
    }

.user_text{
    font-family: Times New Roman;
	font-size: 16px;
	padding: 5px; 
    }

.comment{
    font-family: Times New Roman;
	font-size: 16px;
	font-style: italic; 
    }