a.nav:visited {
  color: white;
  text-decoration: none;
}

a.nav:link {
  color: white;
  text-decoration: none;
}

a.nav:hover {
  color: yellow;
  text-decoration: none;
}

.caption {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .8em;
}

#EditPanel
{
    float: left;
}

h1
{
    color:maroon;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:1.4em;
    font-weight:bold;
}

h3
{
    color:black;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:1.2em;
    font-weight:bold;
}
#convoPlayer {
	display: block;
	float: right;
	margin: 0em 1.7em 1em 1em;
	padding: 0pt;
}