/* Main */

body { 

/* width: 657px; */
	  background: white;
	  padding: 3px;
	  border: 1px solid black;
	  }


/* special settings for the pictures */

img.banner { position: relative;
	     left: 0px;
	     top: 0px;
	     border: 1px solid black;
           }

/* The regular layout */

a img { border: 0px; }

h1 { font-size: 125%; }
h2 { font-size: 110%; }
p { font-size: 100%; }

th { text-align: left; 
     width: 200px;}

