* {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	letter-spacing: -1px;
}
#pegging {
	text-align: center;
	margin: auto;
	width: 750px;
}
.mid {
	text-align: center;
}
#pegging .a {
	background-image: url(img/a.gif);
	background-repeat: no-repeat;
	height: 14px;
	font-size: 10px;
}
#pegging .b {
	background-image: url(img/b.gif);
	background-repeat: repeat-y;
	font-size: 12px;
}
#pegging .b li {
	font-size: 24px;
	text-align:left;
}

#pegging .c {
	background-image: url(img/c.gif);
	background-repeat: no-repeat;
	height: 14px;
	font-size: 10px;
}
#pegging p {
	padding: 10px;
}



a:link { color: #003155; }
a:visited { color: #0066B3; }
a:hover { color: #0066B3; text-decoration: none; }

