body {background-color: "black"}

h1 {color:maroon; font-size:20pt}
h2 {color:maroon; font-size:18pt}
h3 {color:maroon; font-size:14pt}
h4 {color:yellow; font-size:12pt}
h5 {color:yellow; font-size:10pt}
h6 {color:yellow; font-size:10pt}

hr {color:navy}

p {font-size:12pt; color: yellow; margin-left: 30px; margin-right: 50px}

a:link     {color: #FF3300}
a:visited  {color: #FF9933}
a:hover    {color: #FFFFFF}
a:active   {color: #996633}

ul {list-style-type: square; color:"yellow"}

li {color:yellow; font-size:12pt}

pre {font-size:10pt; color: yellow; font-family: "times new roman"}

table.normal {font-size:12pt; color: yellow}

td {padding-left:3px}


BODY {

background-color: #000000;

scrollbar-face-color: #000000;
scrollbar-highlight-color: #ffff00;
scrollbar-shadow-color: #ff0000;
scrollbar-3dlight-color: #ffff00;
scrollbar-arrow-color: #ffff00;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #660000;


font-family: "times new roman"}






/* photo gallery */

div.img{
  margin: 1px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;}
	
div.img img{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;}

div.img a:hover img {border: 1px solid #0000ff;}

div.desc{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;}
