.maintitle {
	font-family: arial;
	font-size: 25pt;
	color: black;
}

.subtitle {
	font-family: arial;
	font-size: 18pt;
	color: black;
}

.fineprint {
	font-family: arial;
	font-size: 9pt;
	color: black;
}

.headline {
	color: black;
}

.hosting1 {
	font-family: arial;
	font-size: 7pt;
	color: white;
}

.hosting2 {
	font-family: arial;
	font-size: 7pt;
	color: yellow;
}

.hosting3 {
	font-family: arial;
	font-size: 7pt;
	color: blue;
}

.menu {
	font-family: arial;
	font-size: 15pt;
	color : White;
}

.tools {
    font-family: arial;
    font-size: 8pt;
    color: black;
}


P {
	font-family: arial;
	font-size: 10pt;
	color: Black;
}

B {
	font-family: arial;
	font-size: 10pt;
	color: black;
	font-weight: bold;
}

HR {
	color: black;
	height: 2pt;
}

.button {
	font-family: arial;
	font-size: 12pt;
	color: yellow;
	font-weight: bold;
}

H1 {
	font-family: arial;
	color: black;
}

H3 {
	font-family: arial;
	color: black;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:active {
	text-decoration: none;
	color: red;
}

A:hover {
	text-decoration: none;
	color: Lime;
}


BODY  {
	background: black;
}

