body {
	background-color: #000000;
	}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
.img_gig {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 10px;
}
.test {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color: #FF0000;
}
