/* CSS Document */

/* HTML tags */

body {
  background-image: url(images/spaceBACK.jpg);
  font-family: 'Bookman Old Style', 'Book Antiqua';
  color: #ffd700;
  }
A { 
  text-decoration: none;
  color: #00ffd7;
  }
A:link { 
  text-decoration: none;
  }
A:active { 
  text-decoration: none;
  }
A:visited { 
  text-decoration: none;
  }
A:hover { 
  text-decoration: none;
  background-color: #00ffd7;
  color: #000000;
  }

/* classes */
.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
.centerImage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  }
.fieldsTable {
  color: #ffd700;
  }

/* div ids */
div#main {
  -moz-box-sizing: border-box;
  width: 760px;
  }
div#header {
  -moz-box-sizing: border-box;
  }
div#header img {
  border: 0;
  }
div#header a {
  margin-bottom: 0;
  }
div#header A:hover { 
  background-color: #000000;
  }
div#header h1 {
  font-variant: small-caps;
  font-weight: normal;
  margin-top: 0;
  }
div#textArea {
  -moz-box-sizing: border-box;
  margin-top: 0;
  }
div#textArea h2 {
  font-weight: normal;
  color: #ebc40e;
  }
div#textArea h3 {
  font-weight: normal;
  font-variant: small-caps;
  color: #ebc40e;
  }
div#footer {
  -moz-box-sizing: border-box;
  text-align: center;
  font-size: 10pt;
  clear: both;
  }
div#buttons {
  -moz-box-sizing: border-box;
  text-align: center;
  }
  
.defaultHeight {
  height: 425px;
  }
  
.goTopSide {
  text-align: left;
  font-size: 0.7em;
  }
.goTopSide img {
  border: 0 !important;
  margin-top: 0;
  }
.goTopSide a {
  color: rgb( 0, 255, 215 );
  text-decoration: none;
  border: 0;
  }
.goTopSide a:hover { 
	text-decoration: none;
  background-color: rgb( 0, 255, 215 );
	color: #ffffff;
	}

/* ****
 * MyFirstWebPage.net related styles
 * Please leave this at the bottom of this file
 */
.MFWPNlogo {
    font-family: 'courier new';  
    font-weight: bold; 
}
A:link.MFWPNlogo { 
    text-decoration: none;
}

A:active.MFWPNlogo { 
    text-decoration: none;
}

A:visited.MFWPNlogo { 
    text-decoration: none;
}

A:hover.MFWPNlogo { 
    text-decoration: none;
    background-color: #cccccc;
    color: #ffffff;
}