@charset "utf-8";

body,td,th {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #CCCCCC;
}


a:link {  color: #CCCCCC; text-decoration: none }
a:visited {  color: #CCCCCC; text-decoration: none }
a:active {  color: #CCCCCC; text-decoration: none }
a:hover {  color: #999999; text-decoration: none; background-color:#333333; }




.number {
	background-color:transparent;
	color:#CCCCCC;
	font-size:20px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
}

.canto {
	background-color:transparent;
	color:#CCCCCC;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.verseEm {
	background-color:transparent;
	color:#CCCCCC;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	
}

.verse {
	background-color:transparent;
	color:#CCCCCC;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.baskerville {
	background-color:transparent;
	color:#CCCCCC;
	font-size:18px;
	font-family: Baskerville, "Times New Roman", "serif";
	font-weight: 100;
}


.poetTitle {
	
	color:#CCCCCC;
	font-size:24px;
	font-family: Baskerville, "Times New Roman", "serif";
	font-style: italic;
}





/* footer */
.footer1 {
    
	width:700px;
	height:100px;
    padding:15px;
    border:0px;
    margin:10px;
	
	background-color:transparent;
	color:#666666;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* .footer1 link formatting */
.footer1 a:link { text-decoration:none; color:#666666; }
.footer1 a:visited { text-decoration:none; color:#666666; }
.footer1 a:active { text-decoration:none; color:#666666; }
.footer1 a:hover { text-decoration:none; color:#ffffff; background-color:#cc6600; }




/* header & text formatting attributes */

h1 {
color:#CCCCCC; 
font-size:24px;
font-weight:400;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 a:link, a:visited, a:active { text-decoration:none; color:#CCCCCC; padding:0px; }
h1 a:hover { text-decoration:none; color:#CCCCCC; background-color:#333333; padding:0px; }


.hBask {
color:#CCCCCC; 
font-size:30px;
font-weight:400;
font-family: Baskerville, "Times New Roman", "serif";
}

.hBask a:link, a:visited, a:active { text-decoration:none; color:#CCCCCC; padding:0px; }
.hBask a:hover { text-decoration:none; color:#CCCCCC; background-color:#333333; padding:0px; }







