body {
 	margin: 0px;
}

.nav {
 	font-family: tahoma;
 	font-size: 10pt;
 	color: #000;
	font-weight: bold;
}

.h3 {
 	font-family: arial;
 	font-size: 12pt;
 	color: #000000;
 	font-weight: bold;
}

.h2 {
 	font-family: arial;
 	font-size: 13pt;
 	color: #000000;
 	font-weight: bold;
}

.side {
 	font-family: tahoma;
 	font-size: 10pt;
 	color: #000;
}

input, select, textarea {
 	font-family: tahoma;
 	font-size: 9pt;
 	color: #000;
 	border: 1px solid #7d2b5f;
	background-color: #efefef;
	padding: 2px;
	font-weight: bold;
}

.score {
 	font-family: times new roman;
 	font-size: 15pt;
 	color: #000;
 	font-weight: bold;
}

.small {
 	font-family: tahoma;
 	font-size: 8pt;
}

.main, td {
 	font-family: verdana;
 	font-size: 9pt;
}

a {
 	color: #333;
 	text-decoration: underline;
 	font-weight: bold;
}

a:hover {
 	color: #000;
 	text-decoration: none;
 	font-weight: bold;
}
