/* Style Sheet for Ken Sall's personal web space.
 * This style sheet was developed by Ken Sall (kensall@home.com).
 * Copyright 2001 Ken Sall.
 * Permission to modify this for your own use is hereby granted
 * provided this copyright notice appears intact.
 */

body {
	font-family: Tahoma, Sans-serif;
	font-weight: normal;
	font-size: 10pt;
	}

a:hover { 
	background: #eeeeee; 
	color: #ff3333; 
 	}

a:link {
      	text-decoration: none; 
      	background: #ffffff;	
     	color: Olive; /* #BDB76B dark-khaki or use Olive */
      }

a:visited {
      	text-decoration: none; 
      	background: #ffffff;	
     	color: Navy;	/* or use Blue */
      }

.bookTitle {
	font-family: Tahoma, Sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	}

.titlePubs1 {
	text-align: center;
        font-family: Arial, Sans-serif;
        font-weight: bold;
        font-size: large;
        /* font-size: x-large; */
        }

.titlePubs2 {
	text-align: center;
        font-family: Arial, Sans-serif;
        font-weight: bold;
        /* font-size: large; */
        }

