body
{
	background-color: black;
	color: white;
}

a:link, a:visited
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: red;
	text-decoration: overline underline;
}

h1
{
	color: white;
	text-shadow: 0 0 20px #fefcc9, 10px -10px 30px #feec85,
-20px -20px 40px #ffae34, 20px -40px 50px #ec760c, -20px -60px 60px #cd4606,
0 -80px 70px #973716, 10px -90px 80px #451b0e;
	font-size: 20px;
}

p
{
	color: black;
	width: 95%;
	background-color: Gray;
	border-radius: 6px;
	vertical-align: left;
	text-align: left;
}

#hirek
{
	color: black;
	background-color: Gray;
	width: 95%;
	border-style: inset;
	border-color: maroon;
}


button, submit, input, textarea
{
	background-color: gray;
	color: black;
	font-weight: bold;
	border-style: outsite 1px;
	border-radius: 3px;
	border-color: white;
}