@charset "utf-8";
/* CSS Document */

h1
{
  text-indent: -10000em;
  width: 600px;
  height: 100px;
  margin: 1em auto;
}

a
{
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.1s ease-in-out; 
  -webkit-transition: all 0.1s ease-in-out; 
  -moz-transition: all 0.1s ease-in-out; 
  -o-transition: all 0.1s ease-in-out;
}
a:hover
{
  transform: scale(1.2);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#orgchem a
{
  background: url(../../OrgChem/Images/TitleBar.jpg) top left no-repeat;
}

#chiInstrumentalMusic a
{
  background: url(../../ChiInstrumentalMusic/Images/TitleBar.jpg) top left no-repeat;
}