



BODY {

	background : url(digital.gif);
	color : lime;
	background-color : black;
	font-family : Monospace;
	}


      A  {
        font-weight : bold;
      	color : lime;
	text-decoration : none;
	font-family : Monospace;

      }


      A:hover  {
      	color : green;
	text-decoration : none;
	font-family : Monospace;


      }
      
      H3  {
        color : lime;
        text-align : center;
        font-family : Morpheus, Monospace;
      
      }
      
      
      H4  {
        color : green;
        font-style : bold;
        text-align : center;
	font-family : Monospace;
      
      }
      



   .page  {

      	width : 85%;
      	padding : 20px;
      	border : 1px solid lime;
      	font-family : Monospace;
      	text-align : center;
      	text-decoration : none;
      	background-image : url(screen.gif);


      }
      
   .pageleft  {

      	width : 70%;
      	padding : 20px;
      	border : 1px solid lime;
      	font-family : Monospace;
      	text-align : left;
      	text-decoration : none;


      }
      
   .center  {
    	width : 100%;
   	text-align : center;
   
   }
      



