/****
  default.css
  kdjones 6 March 2010
****/

/**
  this will affect body of all pages
**/
body { font-family: arial, verdana, serif; font-size: small;
margin-left: 10% ; margin-right: 10% ;
background-color: #CCCCCC ; color: #000000 
}

.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 ; }

/**
  these are for fonts we wish to use with CLASS element
**/

.s1 { font-size: 120% }

.s2 { font-size: 140% }

.s3 { font-size: 160% }

.s4 { font-size: 180% }

.s5 { font-size: 200% }

.s6 { font-size: 220% }

.s1b { font-size: 120% ; font-weight:bold }

.s3ac { font-size: 160% ; text-align: center }
