﻿body
{
  background-color: #FFFFFF;
  margin-bottom: 10px;
  font-family: Consolas;
  font-size: 16px;
  padding: 1px;
  text-align: left;
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

A:LINK
{
  color: #000080;
  text-decoration: none;
}

A:VISITED
{
  color: #000080;
  text-decoration: none;
}

A:HOVER
{
  text-decoration: none;
  color: #FF0000;
  background-repeat: no-repeat;
}

A:ACTIVE {
	padding:0; 
	text-decoration: none;
}

.datestamp
{
  color: #999999;
  font-size: 12px;
  text-align: left;
}

.header
{
    font-family: 'Courier New' , Courier, monospace;
    color: #006600;
    font-size: 28px;
    font-weight: bold;
}

/* GRAPHICS PROPERTIES */

img {
  max-width: 100%;
  }

.noborder {
  border-width: 0px;
}
