/***************************************************/
/*     This software is a component of the         */
/*                Event Viewer                     */
/*      Which is part of FinishLine by Abooma      */
/*                                                 */
/* Copyright © Abooma Technologies, LLC 2004       */
/* All rights reserved.                            */
/*                                                 */
/* This software is the exclusive property of      */
/* Abooma Technologies, LLC. Distribution of       */
/* this software by unauthorized parties is        */
/* strictly prohibited. The removal of this        */
/* disclaimer is strictly prohibited.              */
/*                                                 */
/* Abooma reserves the right to revise this        */
/* software and to make changes in content at      */
/* our sole discretion without obligation on       */
/* the part of Abooma to provide notification      */
/* of such revision or changes.                    */
/*                                                 */
/* FUTHERMORE, ABOOMA TECHNOLOGIES, LLC.           */
/* MAKES NO REPRESENTATIONS OR WARRANTIES EXPRESS  */
/* OR IMPLIED THAT THE SOFTWARE IS FREE OF ERRORS  */
/* OR THAT THE SOFTWARE IS SUITABLE FOR YOUR USE.  */
/* THE SOFTWARE IS PROVIDED ON AN "AS IS" BASIS.   */
/***************************************************/
/*           Begin CSS Style Sheet                 */
/*        Printer Version Event Viewer             */
/* Developed by: Curt Belshe, Abooma Technologies  */
/**********************BEGIN************************/
/**************** Event Information ****************/
/***************************************************/
body {
  margin: 0px;
  padding: 10px;
  cursor:default;
  }
td {
  font-family: monospace;
  font-size: .6em;
  padding-right: .4em;
  }
a {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.3em;
  color: #0000FF;
  text-decoration: none;
  }
a:hover {
  color: #990000;
  text-decoration: underline;
  }

