.pvm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tausta {
	background-image: url(images/ala_tausta.jpg);
	background-repeat: repeat-y;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6396A9;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;

}
hr {
	border: 1px dotted #000000;
	margin: 0px 0px 5px;
	height: 1px;
	width: 100%;


}
.leipis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4E6B76;
	text-decoration: none;
}

a.leipis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4E6B76;
	text-decoration: underline;
}

.pvmuutinen {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4E6B76;
	text-decoration: none;
}


table.gbdisplay	{
	border-collapse: collapse;
	margin: 0px;
	margin-left: 10%;
	margin-right: 10%;
	padding: 0px;
	width: 80%;
}
/* styles the left (nickname) part of the entries */
td.posttopleft	{
	background-color: #d0d0d0;
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #000000;
	width: 20%;
	padding: 5px;
}

/* styles the right (date, time) part of the entries */
td.posttopright	{
	background-color: #d0d0d0;
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0px;
	border-color: #000000;
	width: auto;
	padding: 5px;
}

/* styles the left (homepage, email) part of the entries */
td.postbottomleft	{
	background-color: #e0e0e0;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #000000;
	width: 20%;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

/* styles the right (message) part of the entries */
td.postbottomright	{
	background-color: #e0e0e0;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #000000;
	width: auto;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
}

/* the div which contains the link to the admin mode at the end of the script */
div.adminlink	{
	font-size: 8px;
	text-align: center;
	margin-top: 8px;
}
/* for css reasons, i put the user name inside this, not a <b>. restyle to your own liking. */
span.emphasis	{
	font-weight: bold;
}
