/* style sheet   for adamsite  -  JR  */

body             {background:url(../images/flames.jpg);
                  }

h1               {text-align:center;
                  color:gray;
                  font-size:30px;
                  float:none;
                  }
h2               {text-align:center;
                  color:green;
                  font-size:20px;
                  }

#services        {text-align:center;
                  white-space:pre;
                  font-size:18px;
                  font-family:monospace;

                    }


a:link	{
	text-decoration:	none;
	font-weight:	bold;
	color:	#C00;
	background:	#ffc;
	}

a:visited	{
	text-decoration:	none;
	font-weight:	bold;
	color:	#999;
	background:	#ffc;
	}

a:active	{
	text-decoration:	none;
	font-weight:	bold;
	color:	#F00;
	background:	#FC0;
	}

a:hover	{
	text-decoration:	none;
	color:	#C00;
	background:	#FC0;
	}
