/*
 Remarks here



BODY {
  background: #ffffff;
  background-image:  url(images/toyqube/bg.gif);
  color: #000000;
  margin: 0px;
}
*/

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: grey;}


.grey a:link{text-decoration: none; color: grey;}
.grey a:visited {text-decoration: none; color: grey;}
.grey a:active {text-decoration: none; color: grey;}
.grey a:hover {text-decoration: none; color: grey;}

div.center {
    text-align: center;
}

div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

</style>
