body {background-color: transparent; font-family: Arial; color: #ffffff; font-weight: bold; font-size: small}
a:visited {color: olivedrab;font-family: Arial;}
a:link {font-family: Arial; color: lightgreen; font-weight: bold;}
a:hover {color: yellow; font-family: arial; text-decoration: none}
table {font-family: arial; font-weight: bold; font-size: x-small}
h4 {font-weight: bold; font-style: italic; font-family: arial;}
small {font-weight: bold; font-style: italic; font-family: arial; font-style: normal}
strong {color: #00FF00;}
.poll {background-color: transparent;}

#pButton{
	height:40px; 
	width: 40px;
    border: none;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
	background-position-y: 26%;
    float:left;
	padding:none;
    outline:none;
}
.play{background: url('images/play.png') no-repeat;}
.pause{background: url('images/pause.png') no-repeat;}

#audioplayer{
	width: 155px;
	height: 30px;
	border: solid;
	border-radius: 5px;
	background: rgba(255,255,255,0.7);
}

#volume{
	width: 100px;
	height: 20px;
	margin-top: 5px;
	float: left;
	border-radius: 15px;
}
