/* Cascasding Style Sheet */
/* @nti-Šopyright 2000-2001 Aaron Hawley */
/* Location ./style.css */

body { 	color: black;
	background-color: white;
	font-size: 1.05em;
	font-family: Garamond, Bookman, "gill sans", serif, times
	}

p, ul, ol, dl, dd, li {
	/* inherit from body */	
	}	

em {
  font-family: times
  }

a {
  text-decoration: none;
	font-weight: bold }
	

a:link{
  color: red }

a:visited {
  color: maroon }
	
a:active {
  color:  white }

a img {
   background-color: white;
   border-color: transparent;
	 border-style: none;
	 border-width: 0px
	 }

ul li { list-style: disc }

.bordered
	{
   border-width: 2pt; 
   border-style: solid; 
   border-color: black;
   padding: 1em
	}

p.right {
	float: right
	}

/* End */

