/*-----------------------------------------------------------------------------
    Cascading Stylesheet

    version:   1.0
    date:      01/03/07
    author:    Charles Samson
    email:     csamson@me.com
    website:   greenmeters.net

    -----------------------------------------------------------------------------*/

body {
  background-color: black;
}


a { text-decoration: none; color:orange; }
   a:hover {
        color: yellow;
    }
    a:visited {
        color: orange;
    }
    a:focus {
        color: yellow;
    }
	
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


iframe {
    display: block;
    border-style:none;
}