.text {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	line-height: normal;

}
div.text:hover {
	color: #FFF;
	}
.title {
	font-family: "Courier New", Courier, monospace;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
div.title:hover {
	color: #FFF;
}
.pix {
	border: 3px double #666666;

}
.logo {
	background-color: #990000;
	cursor: crosshair;

}
.textGrey {
	font-family: "Courier New", Courier, mono;
	font-size: 15pt;
	font-weight: bold;
	color: #999999;
	line-height: normal;
	letter-spacing: 2px;
	background-color: #990000;
	cursor: crosshair;


}
.textWide {
	font-family: "Courier New", Courier, mono;
	font-size: 15pt;
	font-weight: bold;
	color: #990000;
	line-height: normal;
	letter-spacing: 2px;
	cursor: crosshair;



}
.textW {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
	color: #CCCCCC;
}
a:link {
	font-family: "Courier New", Courier, mono;
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
