/*The following defines the Body structure of the page.*/body{ background-color:   #000000;/*Black*/}/*The following defines the Font structure of the page.*/h1 {color: #ffffff}/*white*/h2 {color: #FFFF00}/*yellow*/h3{color: #E9AB17}/*Golden rod 2*/{  }h4:{color: #ffffff}/*white*/ }p {font-size: 12px;color:  #000000 }/*black*/A:active {	COLOR: #DAA520}/*golden rod*/; TEXT-DECORATION: none}A:visited {	COLOR: #FF4500}/*orange red*/; TEXT-DECORATION: none}A:link {	COLOR: #FF4500}/*orange red*/; TEXT-DECORATION: none}A:hover {COLOR: #DC143C; TEXT-DECORATION: none}a:hover {background-color:#FFD700}/*gold*/