p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	background-color: #FFFFFF;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.highlight {
	color: #990033;
}
a:link {
	color: #990033;
}
a:visited {
	color: #990033;
}
a:hover {
	color: #000099;
}
.big {
	font-size: 20px;
}
strong {
	font-size: 15px;
}
.downsize {
	font-size: 24px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

h3 img {
	float: left;
	margin: 0 10px 10px 0;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	font-size: 16px;
}
.links {
	font-size: 13px;
}
.small {
	font-size: 12px;
}
.smaller {
	font-size: 11px;
}
.leftpad {
	float: right;
	padding-left: 20px;
}
pre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
pre .chord {
	color: #990033;
	font-size: 13px;
}

#gallery img {
	float: left;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}

hr {
	color: #003399;
	background-color: #003399;
	height: 3px;
	width: 75%;
	margin: 30px auto;
	clear: both;
}

.callout {
	border: 3px dashed #990033;
	margin: 25px auto;
	padding: 10px;
	width: 70%;
	text-align: center;
}

.callout p {
	font-size: 125%;
	text-align: left;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
}
