/*	test.css, for newlook.php, eventually index.php	*/

  img	{ float: left; }
  body  { margin-left: 18pt;
	  background: #484848;
	  font-family: sans-serif;
	  color: #F0F0F0; }
  p	{ font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	  margin-left: 1em; }
  .welcome { background: #4682B4; }
  h1	{ font: sans-serif;
	  text-align: center; }
  h4	{ font: sans-serif;
	  text-align: left; }
  h6	{ font: sans-serif;
	  text-align: right;
	  margin-bottom: 0pt;
	  margin-top: 0pt; }
  a:link   {    color: #C0C0FF; }       /* for unvisited links */
  a:active {    color: #FF80EF; }       /* when link is clicked */
  a:hover  {    color: #FFE0FF; }       /* when mouse is over link */
  :visited {    color: #E080FF; }       /* for visited links */
		/* for my white patches */
  p.c2	   {	color: BLACK}
  a:link.c1	   { color #FF0000; }


/*	End of test.css	*/

