.pxt 
{
	font-family: "Verdana", "Courier New", Courier, mono;
	font-size: 18px;
	font-weight: bold;
	color: #333
}

.pxtnorm 
{
	font-family: "Verdana", "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #333
}

.pxtklein 
{
	font-family: "Verdana", "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	color: #333
}
a:link {
	font-family: "Verdana", "Courier New", Courier, mono;
	color: #666;
	font-weight: normal;
	text-decoration: none; /*font-size: 14px;*/
}
a:hover {
	font-family: "Verdana", "Courier New", Courier, mono;
	font-weight: normal;
	color: #C30;
	text-decoration: none; /*font-size: 14px; */
}
a:visited {
	font-family: "Verdana", "Courier New", Courier, mono;
	font-weight: normal;
	color: #000;
	text-decoration: none; /*font-size: 14px;*/
}


.pxt_hell {
	font-family: "Verdana", "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none
}
.pxtmini {
	font-family: "Verdana", "Courier New", Courier, mono;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none
}
.pxtminihell {
	font-family: "Verdana", "Courier New", Courier, mono;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #999;
	text-decoration: none
}
.pxtnorm_h_orange {
	font-family: "Verdana", "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	color: #FF6;
	background-color: #C93;
}

