/* begin Page */

body
{
  margin: 0 auto;
  padding: 10;
  background-color: #000000;
  background-image: url('http://lcaunderthestars.org.au/images/ballarat.jpg');
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: top left;
  font-family: "Century Gothic",Arial, Helvetica, Sans-Serif;
  font-size: 13px;
  color: #BDBDBD;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,

a
{
  text-decoration: none;
  color: white;
}

a:link
{
  text-decoration: underline;
  color: #FFFFFF;
}

a:visited, a.visited
{
  text-decoration: underline;
  color: #686C47;
}

a:hover, a.hover
{
  color: #CCCCCC;
}

.c, h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-weight: bold;
  color: #58ACFA;
}

td
{
  border: 1px solid #58ACFA;
  padding: 0.2em;
} 

