/* aphr.css */

/* class="toc" */

a.toc:link    {color: white; text-decoration: none;      			background-color: rgb(153, 0, 0); 	padding:5px; font-family:verdana; font-size:12px;}
a.toc:visited {color: white; text-decoration: underline; 			background-color: rgb(153, 0, 0); 	padding:5px; font-family:verdana; font-size:12px;}
a.toc:hover   {color: white; text-decoration: underline overline; 	background-color: blue; 		padding:5px; font-family:verdana; font-size:12px;}
a.toc:active  {color: blue;  text-decoration: overline;   			background-color: rgb(51, 51, 51); 	padding:5px; font-family:verdana; font-size:12px;}


/* use menu link class for /index.html hrefs */

a.menu:link    {               text-decoration: none;    			background-color: silver; 	padding:2px; }
a.menu:visited {               text-decoration: none; 			background-color: silver;     padding:2px; }
a.menu:hover   {color: white;  text-decoration: underline overline; 	background-color: blue; 	padding:2px; }
a.menu:active  {color: blue;   text-decoration: overline;   		background-color: cyan; 	padding:2px; }

a.dark:link    {color: white;  text-decoration: none;    			background-color: transparent; 	padding:2px; }
a.dark:visited {color: white;  text-decoration: none; 			background-color: transparent;       padding:2px; }
a.dark:hover   {color: red;    text-decoration: underline overline; 	background-color: silver; 	padding:2px; }
a.dark:active  {color: blue;   text-decoration: none;   		background-color: transparent;   	padding:2px; }

a.onwhite:link    {color: black;  text-decoration: none;    		background-color: transparent; 	padding:2px; }
a.onwhite:visited {color: black;  text-decoration: none; 			background-color: transparent;       padding:2px; }
a.onwhite:hover   {color: red;    text-decoration: underline overline; 	background-color: silver; 	padding:2px; }
a.onwhite:active  {color: blue;   text-decoration: none;;   		background-color: transparent;   	padding:2px; }



body {
   color:#color: rgb(0, 0, 0);
   background-color: rgb(51, 51, 51);
   FONT-FAMILY: VERDANA;
   font-size:12px;
}

.songTitle {font-size: 13px;}

.on_white {
	font-weight: bold; 
	font-size:13px;
	font-family: Verdana;
	line-height:125%;
}

a:link    {padding:2px;                text-decoration: none;    		background-color: transparent; }
a:visited {padding:2px;                text-decoration: none; 		        background-color: transparent; }
a:hover   {padding:2px; color: white;  text-decoration: underline overline; 	background-color: blue;}
a:active  {padding:2px; color: blue;   text-decoration: overline;   		background-color: cyan;}


a.toc:link    {color: white; text-decoration: none; background-color: rgb(153, 0, 0); padding:5px; font-family:verdana; font-size:12px;}
a.toc:visited {color: white; text-decoration: underline; background-color: rgb(153, 0, 0); padding:5px; font-family:verdana; font-size:12px;}
a.toc:hover   {color: white; text-decoration: underline overline; background-color: blue; padding:5px; font-family:verdana; font-size:12px;}
a.toc:active  {color: blue;  text-decoration: overline; background-color: rgb(51, 51, 51); padding:5px; font-family:verdana; font-size:12px;}


a.homelink:link    {color: white; text-decoration: none; background-color: transparent;          padding:5px; font-family:verdana; font-size:12px;}
a.homelink:visited {color: white; text-decoration: underline; background-color: transparent;     padding:5px; font-family:verdana; font-size:12px;}
a.homelink:hover   {color: red; text-decoration: underline overline; background-color: silver; padding:5px; font-family:verdana; font-size:12px;}
a.homelink:active  {color: blue;  text-decoration: overline; background-color: transparent;      padding:5px; font-family:verdana; font-size:12px;}

a.img:link    {color: none; background-color: none; 			padding:1px 1px 1px 1px; }
a.img:visited {color: none; background-color: none; 			padding:1px 1px 1px 1px; }
a.img:hover   {color: none; background-color: blue; 			padding:1px 1px 1px 1px; }
a.img:active  {color: none; background-color: rgb(51, 51, 51);   	padding:1px 1px 1px 1px; }

// graybackground

a.graybackground:link    {color: none;   text-decoration: none;    		background-color: transparent; padding:2px; }
a.graybackground:visited {color: none;   text-decoration: none; 			background-color: transparent; padding:2px; }
a.graybackground:hover   {color: white;  text-decoration: underline overline; 	background-color: blue; 	 padding:2px; }
a.graybackground:active  {color: blue;   text-decoration: overline;   		background-color: cyan; 	 padding:2px; }

