h1	{	
		font-family: Arial;
		font-size : 50px;
		font-variant: small-caps;
		font-style: italic;
		text-align:right;
		margin-right: 5px;
		}
h2	{	
		font-family: Arial;
		font-size : 30px;
		}	
h3	{	
		font-family: Arial;
		font-size : 20px;
		}	
td 	{
		font-size : 20px;
		font-family: Arial;
		}
p		{	
		font-family: Arial;
		font-size : 20px;
		}	
body	{
		background:-moz-linear-gradient(top, #fff, #adf);
		}
select {
		font-size : 20px;
		width : 200px;
		background-color : #ffa;
		}
input {
		font-size : 20px;
		width : 250px;
		-moz-border-radius : 5px;
		border: 3px solid #999;
		background-color : #ffa;
		}
input.submit {
		background-color : #E0E0E0;
		width : 250px;
		}
input.datum {
		width : 60px;
		}
input.spieler {
		width : 100px;
		}
input.email {
		width : 350px;
		}
input.handicap {
		width : 100px;
		text-align: center;
		}
label {
		display: block;
		width: 200px;
		float: left;
		margin-right : 4px;
		text-align: right;
		}
a.button {
		font-family: Arial;
		color : black;
		font-size : 20px;
		-moz-border-radius : 5px;
		border: 3px solid #999;
		background-color : #ffa;
		text-decoration: none;
		}