body {
	background-color: black;
	font-family: Tahoma;
	color: white;
	font-size: 12;
	font-weight: 900;
}

a:link, a:visited {
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 800;
}

a:hover, a:active {
	color: red;
	text-decoration: none;
	font-weight: 800;
}

a img{ 
	border-color: white;
}

a:hover img {
	border-color: red;
}

.h {
	color: white;
	font-family: tahoma;
	font-size: 40px;
	font-weight: 700;
}

.p {
	color: white;
	font-size: 10pt;
	font-family: tahoma;
	font-weight: 800;
}

p {
	color: white;
	font-size: 10pt;
	font-family: tahoma;
	font-weight: 800;
}