body {
       background-color: black;
       link: aqua;
       visited: teal;
       active: red;
     }

  p, table, td, th, ul, ol
     {
       font-family: "Lucida Bright", Georgia, serif;
       font-size: small;
       color: white;
     }

  h1 {
       font-family: "Lucida Sans", Verdana, Arial, sans-serif;
       font-size: xx-large;
       font-weight: bold;
       color: white;
     }
  h2 {
       font-family: "Lucida Sans", Verdana, Arial, sans-serif;
       font-size: x-large;
       font-weight: bold;
       font-style: italic;
       text-align: center;
       color: white;
     }
  h3 {
       font-family: "Lucida Bright", Georgia, serif;
       font-size: large;
       font-weight: bold;
     }
  h4 {
       font-family: "Lucida Bright", Georgia, serif;
       font-size: medium;
       font-weight: bold;
       font-style: italic;
     }
  h5 {
       font-family: "Lucida Bright", Georgia, serif;
       font-size: medium;
       font-weight: bold;
     }
  h6 {
       font-family: "Lucida Sans", Verdana, Arial, sans-serif;
       font-size: xx-small;
     }

 .caption {
            font-family: "Lucida Sans", Verdana, Arial, sans-serif;
            font-size: medium;
            font-weight: bold;
            font-style: italic;
            text-align: center;
            vertical-align: middle;
            color: white;
            margin-left: 10%;
            margin-right: 10%;
          }
 .capnote {
            font-family: "Lucida Sans", Verdana, Arial, sans-serif;
            font-size: x-small;
            font-weight: normal;
            font-style: italic;
            color: white;
            text-align: center;
          }
 .sans    {
            font-family: "Lucida Sans", Verdana, Arial, sans-serif;
          }
 .sname   {
            font-family: "Lucida Sans", Verdana, Arial, sans-serif;
            font-size: medium;
            font-weight: bold;
	    font-style: normal;
	  }

.quote    {
            font-style: italic;
            margin-left: 5%;
            margin-right: 5%;
          }

.attributed {
	    font-style: italic;
            font-size: x-small;
            text-align: right;
            margin-right: 5%;
            }

.updated  {
            font-family: "Lucida Sans", Verdana, Arial, sans-serif;
            font-size: xx-small;
            text-align: left;
          }

object {
	display: block;
	margin: auto;
	}

.intro    {
            font-style: italic;
            color: white;
            margin-left: 10%;
            margin-right: 10%;
          }

a img {
        border: none;
      }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.image
      {
        position: relative;
        margin-top: 50px;
        margin-right: auto;
        margin-left: auto;
      }

.cbox
     {
       float: center;
       position: relative;
       margin-bottom: 20px;
     }

.lbox
     {
       float: center;
       width: 360px;
       height: 270px;
     }

#lboxContent
     {
       border: none;
       position: relative;
       left: -10px;
       top: -10px;
     }

#lboxContainer
    {
      position: relative;
      background: #a0a0a0;
      margin: 20px;
    }

.icon
    {
      display: table-cell;
      vertical-align: middle;
      clear: right;
    }

.ibox
     {
       float: left;
       width: 48px;
       height: 48px;
     }

#iboxContent
     {
       border: none;
       position: relative;
       left: -4px;
       top: -4px;
     }

#iboxContainer
    {
      position: relative;
      background: #a0a0a0;
      margin: 8px;
    }

