	body{
		background-color:black;
		color:lime;
		font-family:"Courier New", Courier, monospace;
		}
	.important{
			font-weight:bold;
			font-size:18;
			  }
	.bullet{
			font-weight:normal;
			font-size:12;
			}
	#footer{
			font-size:10;
			   }
	a{
		color:springgreen;
	 }
	 a:hover{
		background-color:white;
		color:darkgreen;
		text-decoration:none;
			}
	a:visited{
		color:forestgreen;
			 }
	.indexpageheading{
		color:lime;
		font-family:"Lucida Console", Monaco, monospace;
	  }
	#globe{
	  position:fixed;
	  float:right;
	  right:0px;
	  top:10%;
		  }
	#google{
		position:absolute;
		float:right;
		right:0px;
		bottom:10px;
		}
	#indexLink{
		position:absolute;
		bottom:10px;
		}