@charset "iso-8859-1";

body {  color: #ffffff;
	background: #000000;
	margin-top: 2%;
	font-family: helvetica, sans-serif; }

h1 {text-align: center;}		

	

/*Regular Links in page*/
a:link { color: #9ec2be; font-weight: bold; }  /* for unvisited links */
a:visited { color: #bfbfbf; font-weight: bold; } /* for visited links */
a:active { color: #eeca72; font-weight: bold; } /* when link is clicked */
a:hover { color: #eeca72; font-weight: bold; } /* when mouse is over link */

