body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111;
}

table {	font-size: 11pt; }

.head {  font-size: 1.1em; font-weight: bold; }
.smallest {  font-size: 0.7em}
.bordersimple {
	border: 1px solid #eee;
}
.andyhead {
	font-family: "Bookman Old Style";
	font-size: 3em;
	text-decoration: none;
	color: #333;
}
andyhead:hover {
	text-decoration: none;
	color:#000;
}
anadyhead:active {
	text-decoration: none;
	border: none;
}

h1 { font-size: 1.3em; font-weight: bold;}
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
p {
	padding: 5px 10px 5px 10px;;
	margin: 0;
}
ul {
	padding: 0;
	margin: 0 10px 0 40px;
}
li {
	padding: 0 0 10px 0;
	margin: 0;
}
a {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: none;
	color: Maroon;
}
a:active {
	text-decoration: none;
	border: none;
}

.simple {
	color: #111;
}

.nofrills {
	text-decoration: none;
	color: #111;
}


#left_col {
	width: 135px;
	vertical-align: top;
}
.button-text {
	color: #666;
	font-family:  "Comic Sans MS";
	text-decoration: none;
	font-size: 1.3em;
}
.button-text:hover {
	color: #000;
}

.button {
	margin: 5px;
	text-align: center;
	background: #ddd;
	width: 125px;
}

.sound-button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: olive;
	text-align: center;
}

.lyric-button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: maroon;
	text-align: center;
}

.c1 {
	padding: 0.3em;
	border: solid;
	border-color: #FF6633;
	border-width: 1pt;
	text-align: center;
	white-space: nowrap;
}
.c2 {
	padding: 0.3em;
	border: solid;
	border-color: #FF6633;
	border-width: 1pt;
}
.award { color: #000099;
	font-style: italic;
	padding-left: 11em;
	text-indent: -9em;
	padding-right: 1em
}
.quote {
	font-style: italic;
	padding: 1em;
	border: solid;
	border-width: 1pt;
	border-color:red;
	text-align: left;
}

.a_quote {
	font-style: italic;
}

.video {
	text-align: center;
	width: 100%;
	margin: 20px;
}

.basic_table td {
	padding: 10px;
	border-bottom: black dotted 1pt;
}
