.stylesheet {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	margin: 3px;
	padding: 3px;
	border: thin none #FFFFFF;
	text-align: left;
	background-position: left;
	font-weight: normal;





}
.borders {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 3px;
	padding: 3px;
}
.background {
	background-color: #333333;
}
