
html, body {
	height: 100%;
}

p {
font-weight: bold;
font-size: 10px;
font-family: arial, sans-serif;
}

body {
	background: #000000;
	background-image: url('/images/main-background.png');
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.header {
	font-size: 16px;
}

.footer {
	font-size: 12px;
}

a {
	color: #990033;
	text-decoration: none;

}

a:hover {
	text-decoration: none;
}

a.TM {
        color: #00f;
        text-decoration: none;
}
