.title
{
	width: 100%;
	border-bottom: solid 1px #606060;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("background.png");
	height: 40px;
	font-weight: bold;
}

.title_gts
{
	color: #606060;
}

.title_inner
{
	padding: 10px;
	padding-left: 20px;
}

body 
{
	background-color: black;
	color: red;
	font-family: sans-serif;
	margin-left: 50px;
	margin-top: 70px;
	font-size: 10pt;
}

h1
{
	position: relative;
	left: -35px;
	border-bottom: solid 1px #606060;
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	position: relative;
	left: -20px;
	font-size: 10pt;
	font-weight: bold;
}

.stdio
{
	border: solid 1px #606060;
	padding: 5px;
	background-color: #202020;
}

a:hover, a:active {
	text-decoration: underline;
	color: #9685BA;
}

a {
	color: #ff5656;
}

a:hover {
	color: #ffb6b6;
}

