body {

	background: black;
	color: white;
}

a:link { color: gold; text-decoration: none;}
a:visited { color: gold;text-decoration: none;}
a:active { color: orange;text-decoration: none;}

h3 {
	color: red;
}


h2 {
	color: red;
font-size:20;
font-weight:bold;
}


label  {

	font-weight:bold;
	color: red;
}

input {
	color:darkred;
	border:2;
	font-weight:bold;
}