body {
	padding: 1px;
	margin: 20px 4px 20px 4px;
	background-color: #fff;
	color: #333;
	font-family: 'DroidSans';
	font-size: 15px;
	text-align: justify;
}

@font-face{
    font-family: 'DroidSans'; 
    src: url('DroidSans.ttf') format('truetype');
}

td {
    vertical-align: top;
}

.title,h1 {
	color: #777;
	background-color: #fff;
	font-weight: bold;
	margin-top: 0em;
	margin-left: 1.0em;
	margin-right: 4em;
	margin-bottom: 1.2em;
	font-family: 'DroidSans';
	font-size: 34px;
}

h2 {
    font-family: 'DroidSans';
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0em;
	margin-left: 1.5em;
	margin-right: 3em;
}

h3,h4,h5 {
	color: #999;
	background-color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 1em;
	letter-spacing: 0.75pt;
}

tt {
	color: #555;
	white-space: pre;
	font-size: 14px;
}

a {
	color: #0000cc;
	background-color: #fff;
	text-decoration: none;
}

a:visited {
	color: #551a8b;
	background-color: #fff;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	background-color: #fff;
	text-decoration: none;
}

a:hover	{
	color: #999999;
	background-color: #fff;
	text-decoration: none;
}

.main {
	position: absolute;
	background: #fff;
	margin-right: 64%; 
	margin-left: 5%;
	margin-bottom: 5px;
	border: 1px solid #fff;
}

.block {
	border-top: 1.0px dotted #999;
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-left: 1.75em;
	margin-right: 2.75em;
	text-align: justify;
}
