/****
  default.css
  kdjones 20 Nov 2006
****/

/**
  this will affect body of all pages
**/
body { font-family: arial, verdana, serif; font-size: small; margin: 0px;
background-color: #ffcc99 ; color: #000000 ; line-height: 120% 
}

.box { background: red;}
.box-title { text-align: center; color: white; font-weight:bold;}
.box-content { background:white; font-size: xx-small; padding:10px;}
.menu {margin: 5px;}
.menu-active {margin: 2px; padding: 5px; background: black;}
.menu-active a { text-decoration: none; color: white; font-weight: bold;}
.menu-inactive {margin: 2px; padding: 5px; background: #ccc;}
.menu-inactive a { text-decoration: none;}

/**
  if we hover over a link change the font to bold
**/
A:link:hover {
font-weight: bold
}

IMG.left { float:left }
IMG.right { float:right }


/**
  tables have transparent backgrounds
**/
table { background: transparent }


/**
  superscript has zero line height to prevent uneven line spacing.
  NOTE:  line-height in the body{} has been expanded to allow this.
**/
sup { line-height: 0.1em ; }

