html, body {
	height: 100%;
	margin: 0;
	border: 0;
}

body {
	margin: 10px;
}

body, table {
	font-family: Verdana, Geneva, sans-serif;
	aafont-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	color: #601214;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #601214;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	font-size: 19px;
	color: #ffffff;
	background-color: #601214;
  margin-left: -30px;	
	padding-left: 30px;
	display:inline-table;
	padding-right: 10px;
	width: 230px;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 19px;
	font-style:italic;
}

p:first-letter {
	color: #601214;
}
	
div.content {
	padding: 10px 30px 10px 30px;
	background-color: #fec600;
}

table.simple {
	bborder: solid 1px #ffdd00;
}
table.simple td {
	padding: 1px 5px;
}
table.simple tr {
	background: #ffee00;
}
table.simple tr.o {
	background: #ffdd00;
}
table.simple tr.head {
	font-weight: bold;
	background: transparent;
}
table.simple tr.head td {
	padding-top: 10px;
}

/* results */
table.results {
	font-size: 11px;
  border-collapse: collapse;
}
table.results td, table.results th {
  border-collapse: collapse;
	padding: 1px 2px;
	white-space: nowrap;
	border: solid 1px #601214;
}
table.results td.best {
	background-color: #FF6;
}
table.results tr {
	background: #ffee00;
}
table.results tr.o {
	background: #ffdd00;
}
table.results tr:hover td {
	background: #ffffff;
}
table.results tr:hover td.best {
	background: #ffffff;
	color: #f00;
}
table.results tr.head {
	font-weight: bold;
	background: transparent;
}
table.results tr.head td {
	padding-top: 10px;
	border: 0;
	font-size: 12px;
}

td#center {
	text-align: center;
}

/* classes */
#original {
	color: #fff;
	background-color: #00f;
}

#standart {
	color: #000;
	background-color: #fff;
}

#modified {
	color: #000;
	background-color: #FF0;
}

#promodified {
	color: #fff;
	background-color: #000;
}

#proto {
	color: #fff;
	background-color: #f00;
}
