BODY    { 
		font-family:  Garamond, Times New Roman, Times  ; 
		font-size: 12pt; 
		color: #ffffff;

		background-color: #000000 ; 
		scrollbar-face-color: #000000;
	}

h1    { 	font-size: 25pt; 	}
h2    { 	font-size: 20pt; 	}
h3    { 	font-size: 15pt; 	}
h4    { 	font-size: 12pt; 	}
h5    { 	font-size: 10pt; 	}
h6    { 	font-size: 6pt; 	}

A:link	{
		font-family:  Garamond, Times New Roman, Times  ; 
		font-size: 12pt;  
		color: #fdd729
	}
A:visited {
		font-family:  Garamond, Times New Roman, Times  ; 
		font-size: 12pt; 
		color: #fdd729
	}
A:active {
		font-family:  Garamond, Times New Roman, Times  ; 
		font-size: 12pt; 
		color: #fdd729
	}
A:hover       
{
		font-family:  Garamond, Times New Roman, Times  ; 
		font-size 12pt; 
		color: #ffffff
}

img {   
	margin: 10pt ;

}

.slideshow {  
    width:  392px;  
    height:   272px;  
    padding: 0;  
    margin:  0;  
} 
 
.slideshow img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  360px; 
    height: 240px; 
    top:  0; 
    left: 0 
} 


.demo {
	border-style:none;
	background: #000;
}

#carousel { position: relative; height: 250px; margin: 0; padding: 0; }
#carousel a { float: left; cursor: pointer; cursor: hand; list-style: none; margin: 0; padding: 0;  height: 128px; }
#carousel a img { height: 100%; width: 100%; }	
