body {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-image: url("matte.jpg");
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #fea932;
}
.menutext {
	font-size: 13pt;
	font-weight: bold;
	font-family: sans-serif,monospace;
}
.frametext {
	font-size: 12pt;
   color: white;
   border-width: 2px;
   border-style: solid;
   border-color: #fea932;
	padding: 2px;
}
.highlighteddiv {
	font-size: 12pt;
	border-width: 1px;
	color: #ffffff;
	border-color: #fea932;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: none;
	padding: 1px;
}
.userlist {
	font-size: 10pt;
	border-width: 1px;
	color: #ffffff;
	border-color: #fea932;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: solid;
	padding: 3px;
}
.msgtext {
	font-size: 12pt;
	color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	background-color: #555a91;
	padding: 2px;
}
.talktext {
	font-size: 12pt;
	color: #000000;
	border-width: 2px;
	border-style: solid;
	border-color: black;
	background-color: #555a91;
	padding: 2px;
}
.detailtext {
	font-size: 13pt;
	color: #FFFFFF;
	font-family: sans-serif;
}
