/*	The following style sheet is a modified version of html20.css 
	written according to the suggested rendering
  	in the HTML 2.0  specification. Some styles, have been changed.  Phil Burns
*/

A:link {
	color : #0000FF;
	background-color : transparent;
}

  A:visited {
	color : #0066CC;
	background-color : transparent;
}

A:hover{
	color : #FF0000;
	background-color : #FFFFCC;
}

  A:active {
	color : #00CC66;
	background-color : transparent;
}


BODY{
	background-position : top left;
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-image : url(images/phiznlil.gif);
}
BODY, TD {
	margin : 4em;
	background-color : #FFFFFF;
	color : #000000;
	font-family : sans-serif;
	line-height : 1.1;
	text-align : justify;
}


  H1 {
	font-weight : bold;
	font-size : xx-large;
	text-align : center;
}

  H1, H2, H3, H4 {
	margin-top : 1em;
	margin-bottom : 1em;
}

  LI {
	margin-left : 3em;
	display : list-item;
}

  MENU {
	margin: 0 /* tight formatting */
	margin : 0;
}

  OL {
	list-style : decimal;
}

  PRE, TT, CODE, KBD, SAMP {
	font-family : monospace;
}

  UL, DIR {
	list-style : disc;
}
