/* Style Sheet for Ken Sall's personal web space.
 * This style sheet was developed by Ken Sall (ken@sall.net).
 * Copyright 2002 Ken Sall. All Rights Reserved.
 *
 * Permission to modify this for your own use is hereby granted
 * provided this copyright notice appears intact.
 */

body {
	font-family: Arial, Verdana, sans-serif;
	}

/* Shadows not supported in NS 6.2 or IE 5.5 */
h1 { text-shadow: 0.2em 0.2em }
h2 { text-shadow: 3px 3px 5px red }

/**
li, .bigBullet {
	font-weight: bold;
	line-height: 150%;
	}
**/

li, .bigBullet {
	line-height: 150%;
	}

.highlight {
        color: blue;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	}

.titleBox {
	border-color: blue; 
	border-style: inset; /* inset ridge groove */
	/* border-width: medium; */
	}

.title {
        color: blue; /* was #ffffcc , was gold; */
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
        /* font-family: "Comic sans MS", fantasy; */
        font-weight: bold;
	/*  font-size: x-large; */
        font-size: 20pt;
        }

.highlightReverse {
        color:#eeeeee;
	background-color: blue;
	padding-left: 10px;
	padding-right: 10px;
	}

.titleReverse {
        color: #eeeeee;
	background-color: blue;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: Verdana, sans-serif;
        /* font-family: "Comic sans MS", fantasy; */
        font-weight: bold;
        font-size: 20pt;
        }

.titleMedium {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
        font-family: "Comic sans MS", fantasy;
        font-weight: bold;
        color: #ffffcc;
        background-color: black;
        }

.bigBold {
	font-weight: bold; font-size: x-large;
	}

.splash {
        font-family: "Comic Sans MS",fantasy;
        color: #ffffff;
        background: #000000;
        /* color: #006400;  background: #ffffaa; */
        }

.special {
        font-family: "Comic Sans MS",fantasy;
        color: #ffffff;
        background: #000000;
        }

.index  {
	font-size: 10pt;
	/* font-size: 50%; */
	font-weight: bold;
	border: thin solid red;
	}

.footerLinks {
	font-size: 75%; 
	font-family: Helvetica, sans-serif;
	font-weight: bold; 
	padding: 5px;
	border: thin solid red;
	}

.hide {
  	display: none;
	}

a	{
	font-weight: bold;
	}

a:visited	{
	background: white; 
	color: #996699;   /* #990099; #996699; #0099FF; #FF0FFF; #663399; purple; fushia */
	}

a:hover { 
	background: #eeeeee; 
	color: #ff3333; 
	/* border: thin dashed yellow; */
 	}

/* Works in IE 5.5 and NS 6.2 but not NS 4.77 */
/* Use <A HREF="foo.html" TARGET="whatever" CLASS="newWin"> */
a.newWin:link {
      text-decoration: none; 
      border: thin solid yellow;
      background: #ffffff;	
      color: #000000; 
      }

a.offSite:link {
      text-decoration: none;
      background: #f5deb3;	
      color: #ffffff; 
      }
        
