body {background-color: black;
      font-family: "Trebuchet MS", Verdana, Sans-serif}

#content {position:absolute;
width:640px; 
          top: 0px; left: 20%; 
          background-color: black; 
          border-left: 1px solid black; 
          padding: 20px; 
          z-index: 1 }
#mylist {position: absolute; 
         top: 10px; left: 2%; 
         background-color: black; 
         color: white; 
         width: 20%;
max-width: 200px;
         border-right: 1px solid black; 
         z-index: 2}

#mylist a {display: block}

#mylist a:link.current, #mylist a:visited.current {
	color: #8dcff4;
	}

img  {border-color: white;
      border-style: inset;
      border-width: medium}

p    {color: #8dcff4;
      font-style:italic;
      font-size: 12pt;
      text-align: left;
      font-weight: 600}

h1   {color: white;
      font-size: 20pt;
      font-style:italic;
      text-align: left}

h2   {color: white;
      font-size: 16pt;
      font-style:italic;
      text-align: left}
			
h3   {color: white;
      font-size: 14pt;
      font-style:italic;
      text-align: left;
      text-align: center}

h4   {color: white;
      font-size: 12pt;
      text-align: left;
      font-style:italic;
      font-weight: 600;
      text-align: left}

p.cright1 {text-align: left; 
           font-size: 10pt; 
           font-weight: bold; 
           font-style:italic; 
           color:white}

p.cright2 {text-align: left;
           font-size: 6pt; 
           font-style:italic; 
           color:white}

a:link    {color: white}
a:visited {color: white}
a:hover   {color: maroon}
