
body {
  overflow-x:	hidden; 
  overflow-y:	hidden; 
  font:       	small/1.6em Verdana,"Times New Roman", Arial, Helvetica, sans-serif;
  background: 	black;
}


h1 {
  font-family:    "Times New Roman";
  font-size:      250%;
  font-style:     italic;
  letter-spacing:.2em;
  color:          white;
  font-weight:    bold;  
}


h2 {
  font-size:   150%;
  font-weight: bolder;
  color:      #B10807;
}


h3{
  font-size:   120%;
  font-weight:bolder;
  color: white;
}


h4{
  font-size:   120%;
  font-weight: bolder;
  color: white; 
}


p.pLarge{
  font-size:   120%;
  font-weight: bolder;
  color: white;
  text-align:right; 
}


p.pMedium{
	font-size: 	110%;
	color: 		white; 
	font-weight:bolder;
}

hr{
	color:	#333;
}

q{
  color:white;
  font-style: italic;
  font-weight: bolder;
}

p{
  color: white;
}

p.credit{
  text-indent:30px; 
  line-height:50%;
}


a:link {
  color: #A39DC4;
  font-size:medium;
}

a:visited{
   color: #A39DC4; 
}

a:hover{
color:#9E0037;
}

 
 div.imgLong{
  padding: 25px 20px;
  height:200px;
  width:300px;
  float:left;
}
  
  
div.imgShortLeft{  
   display: inline-block;
   padding: 25px 0px 0px 50px;
}
 
 div.imgShortRight{ 
    display:  inline-block;
    padding:  25px 0px 0px 100px;
}
 
 
 p.desc{
    text-align:left;
    font-weight:normal;
    color:#FFFFFF;
    margin:2px;
} 
 
 #imgList ul li{
   display:   inline;
   float:     left;
   width:     300px;
   height:    100px;
 } 



