
	a:link 		{
			text-decoration: none;
			color: #c4c4c4;
			background-color: transparent;
			}

	a:active        {
			text-decoration: none;
			color: #c4c4c4;
			}

	a:visited       {
			text-decoration: none;
			color: #c8c8c8;
			background-color: transparent;
			}
 
	a:hover         {
			text-decoration: none;
			color: #c1c1c1;
			background-color: transparent;
			}

        table           {
                        empty-cells: show;
                        }

        td              {
                        font-family: Verdana, Arial, Helvetica, Serif;
                        color: #990033;
                        font-size: 12px;
                        }

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1a1b1d;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
} 

        .titlebg        {
                        background-color: #000000;
			border: 4;
			font-family: Verdana, Tahoma, Arial;
			color: #93afb9;
			font-size: 11px;
                        }

        .bordercolor    {
                        background-color: #494c4d;
                        }

	.cntnt 		{
			font-family: Verdana, Tahoma, Arial;
			color: #9a9a9a;
			font-size: 11px;
			}

	.submt 		{
			font-family: Tahoma, Verdana, Arial;
			color: #999999;
			font-size: 11px;
			}

	.ewbu2 		{
			font-family: Tahoma, Verdana, Arial;
			color: #ffffff;
			font-size: 12px;
			font-weight: bold;
			}

	.ewbu3 		{
			font-family: Palatino Linotype, MS Serif, Georgia;
			color: #ffffff;
			font-size: 17px;
			font-weight: bold;
			}

	.ewbu4 		{
			font-family: Palatino Linotype, MS Serif, Georgia;
			color: #aeb5ec;
			font-size: 23px;
			font-weight: bold;
			}

	.ewbu5 		{
			font-family: Fixedsys, MS Serif, Georgia;
			color: #aeb5ec;
			font-size: 17px;
			font-weight: bold;
			letter-spacing: 0.1em;
			}

	.pfftr 		{
			font-family: Verdana, Tahoma, Arial;
			color: #990033;
			font-size: 10px;
			}

	.line 		{
			font-family: Verdana, Tahoma, Arial;
			color: #1059fd;
			font-size: 14px;
			padding-top: 6px;
			}

/* pfl style bgcolor */
audio::-webkit-media-controls-panel {
  background-color: #666666;
}

/* pfl style mute button */
audio::-webkit-media-controls-mute-button {
  background-color: #0000ff;
  border-radius: 50%;
}

/* pfl style play button */
audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(177,212,224, .7);
}

/* pfl style current time */
audio::-webkit-media-controls-current-time-display {
  color: #fff;
}

/* pfl style remaining time */
audio::-webkit-media-controls-time-remaining-display {
  color: #fff;
}

/* pfl style timeline */
audio::-webkit-media-controls-timeline {
  background-color: #ffffff;
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

/* pfl style volume slider */
audio::-webkit-media-controls-volume-slider {
  background-color: #ff0000;
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
}
