/* CSS Document */

a:link{
	font-style: normal;
	text-decoration: none;
	color: #FF0000;
	}
a:active{
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #DD0000;
	}
a:visited{
	font-style: normal;
	text-decoration: none;
	color: #BB0000;
}
a:hover{
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #DD0000;
}

body         { font-family: Verdana, Arial, Helvetica; color: #222222; font-size: 0.8em; font-weight: 
               normal; text-align: left; margin-top: 10px; margin-left: 15px; width:550px; max-width:550px; 
	       background-repeat: no-repeat;
	       background-position: left top;
	       background-color:	white;
	       background-attachment: scroll;
	       background-image:   url(aag2010background.jpg);
	     }

dd, td 	     { font-family: Verdana, Arial, Helvetica; color: #222222; font-size: 0.8em; font-weight: 
               normal; text-align: left; }
               
h1 	     { color: #353689; font-size: 1.4em; font-weight: bold;}
h2 	     { font-size: 1.2em; margin-top: -5px; font-weight: bold; }
h3 	     { font-size: 1.2em; margin-top: 40px; font-weight: bold; }
h4 	     { font-size: 1 em; margin-top: 40px; font-weight: bold; }

table.bild td { padding:10px; }

address       { margin: 20px; border:0px; }

div.content { width:550px; max-width:550px; }

/* p, ul, table       { margin-bottom: 50px; } 
h1 + h2 { margin-top: -10px; } */

h2, h3, h4, h5, h6 { color:#555555 }
