body
{ 
background-color: red;
background-image: url("grafik/lightpop.gif");
background-repeat:repeat;
}
hr
{
width:50%;
height:10px;
}
h2
{
	text-align:center;
	font-size:24 pt;
	font-family:arial;
	font-weight: 800
}
h3
{
	text-align:center;
	font-size:15 pt;
	font-family:arial;
	font-weight:600
}
p
{
	text-align:center;
	font-size:12 pt;
	font-family:arial;
	font-weight:500
}

a
	{
	color:#660000;
	text-decoration:none
	}


a:hover
	{
	color:red;
	text-decoration:none;
	}