p, body, table {
	font-family: 'Courier New', Courier, mono;
	font-size: 8pt;
	cursor: crosshair;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.example {
	font-family: 'Courier New', Courier, mono;
	font-size: 8pt;
	cursor: text;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.small {
	font-family: 'Courier New', Courier, mono;
	font-size: 6pt;
	cursor: crosshair;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}  

.link {
    text-decoration: underline;
    cursor:pointer;cursor:hand;
    font-size:8pt;
}

.link-nul {
    text-decoration: none;
    cursor:pointer;cursor:hand;
    font-size:8pt;
}

.link-em {
    text-decoration: none;
    color: #ffffff;
    cursor:pointer;cursor:hand;
    font-weight: normal;
}

.ul {
    text-decoration: underline;
    cursor: crosshair;
    font-size:8pt;
}

.nul {
    text-decoration: none;
    cursor: crosshair;
    font-size:8pt;
}

em, .em {
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
}

input {
	font-family: Courier, 'Courier New', mono;
	font-size: 8pt;
	color: #000000;
	cursor: crosshair;
	font-weight: normal;
}