body {

	 background-color: #000000;
	 color: #aaaaaa;
}
a:link {   	color: red; }
a:visited {   	color: red; }
a:hover {   	color: hotpink; }
a:active {   	color: blue; }

h1 { text-align: center; font-size:10vw; }
h2 { text-align: center; font-size:9vw; }
p { text-align: center; font-size:7vw; }
form { text-align: center; font-size:5vw; }
label { text-align: center; font-size:5vw; }
input { text-align: center; font-size:5vw; }
textarea { text-align: center; font-size:4vw; }

