@charset "UTF-8";
/* Global Page Styles */
li, h1, h2, h3, h4, h5, h6, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
a:link, :visited {
	color: rgb(0,0,0);
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
a img, :link img, :visited img, img {
	border: none;
}
body {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background: rgb(255,255,255);
	color: rgb(51,51,51);
}
p {
	font-size: .76em;
}
object { 
	outline:none; 
}
.microphone{
background: url(../speaker.jpg) no-repeat;
border:none;
width: 18px;
height: 18px;
}
.microphone:hover{
background: url(../speakerRock.jpg) no-repeat;
cursor:pointer;
width: 18px;
height: 18px;
}