﻿body {
}

h1 
{
  font-weight: bold;
  font-family: Trebuchet MS;
  font-size: x-large;
  text-decoration: underline;
}

#a3uklogo {
    background: url("http://www.a3uk.com/images/a3uk_logo_glow_80x35.png") no-repeat scroll 0 0 transparent;
    top: 563px;
    cursor: pointer;
    height: 35px;
    left: 100px;
    position: relative;
    width: 80px;
    z-index: 2;
    border: 0;
}


#animationControls 
{
  font-weight: bold;
  font-family: Trebuchet MS;
  font-size: large;
  width: 800px;
  margin:10px 0 10px 0;
}

#frameIndex 
{
  font-weight: bold;
  font-family: Trebuchet MS;
  font-size: large;
}
#frameTimeStamp 
{
  border:solid 0 #fff;
  font-weight: bold;
  font-style:italic;
  font-family: Trebuchet MS;
  font-size: large;
}

#animationControls button 
{
  padding: 5px;
  background-color: #006DD4;
  color: White;
  font-weight: bold;
  font-family: Trebuchet MS;
  font-size: large;
}

#animationControls button:hover
{
  background-color: #FFA615;
  color: Black;
}