td {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
}

th {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
}

td.big {
	font-size: 20pt;
	font-weight: 800;
}

h1,h2,h3,h4,h5 {
	font-family: Arial, Sans-serif;
	text-align: center;
}

p {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
}

li {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	padding-bottom: 20px;
}

.question {
	color: red;
	font-weight: 300;
	border: 0px;
	border-bottom: 2px;
	border-style: solid;
	padding-bottom: 20px;
}

.answer {
	color: navy;
	font-weight: 300;
	border: 0px;
	border-bottom: 2px;
	border-style: solid;
	padding-bottom: 40px;
}

.def {
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 10pt;
	font-weight: 600;
	background-color: #0080C0;
	color: white;
}

pre, xmp {
	font-size: 10pt;
	color: Navy;
	background-color: #D0D0D0;
	border : 1px;
	border-style: solid;
	border-color: black;
}

tt {
	color: Navy;
	background-color: #D0D0D0;
}

.red {
	color: red;
}
