/* Note: IE7 and earlier do not support display:table. That means the header backgrounds will stretch across the page, tiling. It still looks reasonable, so I've left it different in IE vs. firefox */
H2 {display: table; background-image:url(basic2.jpg); background-repeat: repeat; padding: 6px; border-style: double;}
H3 {display: table; background-image:url(basic2.jpg); background-repeat: repeat; padding: 4px; border-top-style: dotted; border-bottom-style: dotted; border-top-width: medium; border-bottom-width: medium;}
.logolink {color:black; text-decoration:none;}

