@import url(gfx/positioning.css);
@import url(gfx/nav.css);
@import url(gfx/typography.css);
@import url(gfx/titles.css);

body {
   margin: 0;
   color: #222;
   font: normal small/1.6em "Verdana", "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
   background-color: #fff;
   text-align: center;
}
a {
	text-decoration: none;
	font-size: 100%;

}
.ahem {
   display: none;
}
h5 {
	line-height: 100%;
	font-size: 80%;
	font-weight: bold;
	margin: 10px 13px 0px;
	padding: 0px;
}
h6 {
	line-height: 100%;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 0px;
	padding: 0px;
}
