body, td {

}

a {
}

a:hover {
}

/* MAGIC: due to bug in MacOS Firefox this is required for the autoresize jQuery plugin to work properly */
textarea{ margin:0;padding:0;border:0; }

#volume_control_container {
	position: fixed;
	top: 30px;
	left: 1100px;
}
#volume_control {
	cursor: pointer;
	position: absolute;
}

#play_button, #pause_button {
	position: fixed;
	left: 36px;
	top: 26px;
}

a > img {border: 0;}

a.color_red:link    {color:#FF1E22;}
a.color_red:visited {color:#FF1E22;}
a.color_red:hover   {color:#002B4E;}
a.color_red:active  {color:#002B4E;}

a.color_blue:link    {color:#002B4E;}
a.color_blue:visited {color:#002B4E;}
a.color_blue:hover   {color:#FF1E22;}
a.color_blue:active  {color:#FF1E22;}