a:link {
	color : #FFFFFF;
	text-decoration : none;
}

a:visited {
	color : #FFFF00;
	text-decoration : none;
}

a:hover {
	color : #00FF00;
	text-decoration : none;
}

a:active {
	color : #C0C0C0;
	text-decoration : none;
}

h2 {
	color : #CCFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
}

.books {
	color : #FFFF00;
}

.question {
	color : #CCFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

.submenu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

.tabletext {
	color : #000066;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}

#poem {
	color : #000066;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	background-color : #FFFFCC;
	padding-left : 6px;
	padding-top : 6px;
	padding-right : 4px;
	padding-bottom : 6px;
}
#poem a:link {
	color : Red;
}
#poem a:visited {
	color : Red;
}
#poem a:hover {
	color : #009900;
}