body 
{
	color: red; 
	background-color: black; 
	background-image: url(back.png)
}


h1
{	
	font-size: 300%;
	font-weight: normal;
	display: inline;	
}

h2
{	
	font-size: 200%;
	font-weight: normal;	
	display: inline;
}

h3
{	
	font-size: 100%;
	font-weight: normal;
	display: inline;
}

.head1 
{	
	font-size: 300%;
	text-align: center
}

.head2 
{	
	font-size: 200%;
	text-align: center
}

.head3 
{	
	font-size: 100%;
	text-align: center
}

p.main, div.main
{
	font-size: 110%;
}

p.titel
{
	font-size: 135%;
	font-weight: bold;
}

div.liten
{
	font-size: 75%;
}

p.info
{	
	text-indent: 1%
}

p.copy
{
	font-size: 90%;
	display: inline
}