body {
font-family: Verdena, Arial, Helvetica, sans-serif;
margin: 10px;
background-color: #000000;
}
h1 {  
font-size: 18px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: capitalize; 
color: #FF0000; 
text-decoration: none; 
margin-bottom: 0px; 
margin-top: 0px
}
h2 {  
font-size: 16px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: capitalize; 
color: #FF0000; 
text-decoration: none; 
margin-bottom: 0px; 
margin-top: 0px
}
h3 {   
font-size: 14px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: capitalize; 
color: #FF0000; 
text-decoration: none; 
margin-bottom: 0px; 
margin-top: 0px
}
h4 {  
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: capitalize; 
color: #FFFFFF; 
text-decoration: none; 
margin-bottom: 0px; 
margin-top: 0px
}
h5 {  
font-size: 10px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: #FF0000; 
text-decoration: none; 
margin-bottom: 0px; 
margin-top: 0px
}
h6 {
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
p  {
font-size: 12px; 
font-style: normal; 
line-height: normal; 
font-weight: normal; 
font-variant: normal; 
text-transform: none; 
color: #CCCCCC; 
text-decoration: none; 
margin-bottom: 0px; 
margin-top: 0px
}
a:link {  
font-weight: bold; 
color: #FFFFFF; 
text-decoration: underline
}
a:visited {  
font-weight: bold; 
color: #3366FF; 
text-decoration: underline
}
a:hover {  
font-weight: bold; 
color: #FF0000; 
text-decoration: underline
}
div.thumb { /* Outer Frame */
	float:left;
	margin:2px; /* padding to seperate frames */
	
	}

div.matt { /* Frame Bevel and matt color */
	margin:0px; /* no outside padding */
	padding:18px; /* matt width */
	background-color:#333333; /* matt color */

}


