html , body
{
  font-family: Arial, serif;
  color: #669966;
  background:#333333;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-right: 50px;
  margin-left: 50px;
  text-align:center;
  overflow-x:hidden;
  overflow-y:hidden;
}

#imgcscl
{
  position:relative;
  width:auto;
  height:auto;
  background-color:transparent;
}
/*
#imgcscl:hover
{
  opacity:0.9;
}*/

a:link
{
  color:#33CC33;
}

a:visited
{
	color:#99CC99;
}

a:hover
{
  color:#CCFFCC;
  opacity:0.5;
}

.fxdiv
{
  position:absolute;
  width:10px;
  height:10px;
  background-color:#f0f0f0;
  color:#ffffff;
}