/*
  File name:  css1
  Created on: 28.08.2004
  Author:     jhirsch
*/

* { font-family:Arial,Verdana,sans-serif;
    font-size: large;
}

a:hover { font-weight:bold;text-decoration:underline; }
a:active { font-weight:bold;text-decoration:underline; }

BODY {
    background-image:url(../img/backgrd.gif);
    background-attachment:fixed;
    margin-left:30px;
    margin-top:40px;
    margin-right:10px;
    margin-bottom:10px;
}

h1 {
   font-size: 1.45rem;
   margin-bottom: 1em;
}

h1 {
   font-size: 1.25rem; 
}


td,th {
	padding:17px;
	margin:17px;
    text-align:center;
}

div#menu p {
	width:88px;
	height:1.5em;
	padding:5px;
	margin:5px;
	text-align:center;

}
