@charset "utf-8";
/* CSS Document */
<style type="text/css">
.Grey     {color: #CCCCCC}
.Charcoal {color: #999999}
.Blue     {color: #0033FF}
.Green    { color: #009933; 
}
.White 	  {color: #FFFFFF}
.Black 	  {color: #000000}
.Gold     {color: #FFCC66}
.Small    {font-size: smaller}
.Medium   {font-size: medium}
.Large { font-size: large; }
.XLarge   {font-size: x-large}
.XXlarge  {font-size: xx-large}
.CenterThis { text-align: center; }
.Left { text-align: left; }

body {
  color: #FFCC66;
  background-color: #000000;
  text-align: center;
}
a:link    {color: #FFFFFF}
a:visited {color: #0000FF}

</style>