body {
	background-repeat:repeat;
	margin:0px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/back_img.gif);
}

a:link	{
	color: #666600;
	text-decoration: none;
}
a:visited	{ color: #999900}
a:active	{ color: #CCCCCC}
a {  text-decoration: none}

.text {  font-size: 12px; line-height: 16px; text-decoration: none}
.title {
	font-size: 12px;
	font-weight: bold;
}
.message {
	font-size: 10px;
	line-height: 14px;
}
.textwide {
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
