.gallery-th
{
	border: 0px;
	margin: 10px 10px 10px 10px;
}

.gallery-content
{
	border: 0px;
	width: 90%;
}

.gallery-table
{
	text-align: center;
	margin-bottom: 40px;
	background-color: #000000;
	width: 380px;
	border-bottom: 1px solid #C11515;
	border-top: 1px solid #C11515;
	border-left: 1px solid #C11515;
	border-right: 1px solid #C11515;
}

.gallery-info
{
    color: #FF0000;
    text-align: center;
    width: 100%;
	 font-size: 20px;
	 font-family: "Times New Roman", Times, serif;
	 padding-bottom: 10px;
}

.gallery-name
{
   color: #FF0000;
   text-align: right;
   vertical-align: top;
   width: 30%;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

.gallery-text
{
	color: #D2D3D6;
   text-align: left;
   vertical-align: top;
   width: 70%;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

a.gallery-link:visited {
	color: #D2D3D6;
	text-decoration: none;
}

a.gallery-link:hover {
	color: #FF0000;
	text-decoration: none;
}
	
a.gallery-link {
	color: #D2D3D6;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}