BODY      { color: rgb(192,192,192);
	    font-family: sans-serif;
	    font-size:   medium;
	    font-weight: bold;   
	  }
BODY#page { background-image: url(grafix/stars1.gif);	    }
BODY#nav  { background-image: url(grafix/stars1_line2.gif); }

FONT#lst  { font-family: monospace; font-size: small;   font-weight: normal; }
FONT#lbl  { font-family: monospace; font-size: small;   font-weight: normal; white-space: pre; }
FONT#fnpt { font-family: monospace; font-size: 9pt;     font-weight: normal; white-space: pre; }

hr		{	color:				red;
			height:				0;
			border:				1px solid red;
			padding:			0;
			margin:				3px;
		}
		
H1 	  { color: rgb(192,192,192); font-family: sans-serif; font-size: x-large; font-weight: bold; text-align: center; font-variant: small-caps;}
H2 	  { color: rgb(224, 20, 20); font-family: sans-serif; font-size: large;   font-weight: bold; text-align: center;}

A         { color: rgb(224, 20, 20);
	    text-decoration: none;
	    margin:         0px;
            padding-top:    2px;
	    padding-bottom: 0px;
	    padding-left:   5px;
	    padding-right:  5px;
	  }
A:hover   { background-color: rgb(80,80,80); }

P         { text-align:   justify;
	    text-indent:   -4%;
	    margin-top:     2px;
	    margin-bottom:  9px;
	    margin-left:    9%;
	    margin-right:   9%;
	  }

IMG	  { vertical-align: middle;
	    border-width:   0px;
	    margin:         0px;
	    padding:        0px;
	  }

INPUT	  { color:	      black;
	  }
