html {height: 100%;}
body {
	background-color: #000000;
	text-align: justify;
	height: 100%;
	margin: 0px;
}
.title_white {
	text-decoration: none;
	color: #FFFFFF;
}
.title_white:hover {
	text-decoration: underline;
}
.title_white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.title_white:visited:hover {
	text-decoration: underline;
}
.title_orange {
	text-decoration: none;
	color: #ec7e36;
}
.title_orange:hover {
	text-decoration: underline;
}
.title_orange:visited {
	text-decoration: none;
	color: #ec7e36;
}
.title_orange:visited:hover {
	text-decoration: underline;
}
.title_red {
	text-decoration: none;
	color: #ff0000;
}
.title_red:hover {
	text-decoration: underline;
}
.title_red:visited {
	text-decoration: none;
	color: #ff0000;
}
.title_red:visited:hover {
	text-decoration: underline;
}