body {
	background-image: url(image/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
}

.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #920A0A;
	font-weight: normal;
}

a.triad:link {
	font-family: Tahoma;
	font-weight:normal;
	color:#920A0A;
	font-size: 11px;
	line-height: 17px; text-decoration:none;
}

a.triad:active {
	font-family: Tahoma;
	font-weight:normal;
	color:#920A0A;
	font-size: 11px;
	line-height: 17px; text-decoration:none;
}

a.triad:visited {
	font-family: Tahoma;
	font-weight:normal;
	color:#920A0A;
	font-size: 11px;
	line-height: 17px; text-decoration:none;
}

a.triad:hover {
	font-family: Tahoma;
	font-weight:normal;
	color: #000000;
	font-size: 11px;
	line-height: 17px; 
	text-decoration:none;
}

.content {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	text-align: justify;
	padding-left: 5px;
	padding-right: 12px;
	color: #666666;
}