body {
	padding: 0px;
	margin: 0px;
	background-color: #5e5e5e;
	color: white;
	font-family: sans-serif;

}

h1{
	font-size: 36px;
}

h2{
	font-size: 14px;
}

h3{
	font-size: 9px;
}

.tBlock{
	padding-left: 40px;
	font-weight: bold;
}

#title{
	color: red;
}