

.table_maroon {
				background: #BB885D;
			}

.table_border {
				border: 1px solid black;
			}

.link {			color: white;
				font-family: Arial, Helvetica;
				font-size: 12px;
		}

.link:hover {
				color: red;
				font-family: Arial, Helvetica;
				font-size: 12px;
				font-weight: bold;
}

.table_maroon {   
				background: #CBA88E;
			}

.link_black {
				color: black;
				font-family: Arial, Helvetica;
				font-size: 12px;
				text-align: center;
}

.link_black:hover {
				color: blue;
				font-family: Arial, Helvetica;
				font-size: 12px;
				text-align: center;
				font-weight: bold;
}

.table_header {
				color: black;
				background: #cccccc;
				font-family: Arial, Helvetica;
				font-size: 14px;
				font-weight: bold;
				text-align: center;
			}

.news_title {
				color: white;
				background: #0099ff;
				font-family: Arial,Helvetica;
				font-size: 20px;
				text-align: left;
			}
				
.news_date {
				color: black;
				font-family: Arial,Helvetica;
				font-size: 9px;
				text-align: left;
				font-style: italic;
			}
.para {
				color: black;
				font-family: Arial,Helvetica;
				font-size: 10px;
				text-align: justify;
				}
.manifest {
				color: black;
				font-family: Times;
				font-size: 16px;
				text-align: center;
				font-style: italic;
				}
.categories {
				color: black;
				font-family: Arial,Helvetica;
				font-size:14px;
				text-align: center;
				}

.itemtitle  {
				color: black;
				font-family: Arial,Helvetica;
				font-size:14px;
				text-align: center;
				font-weight: bold;
				}
.itemshort {
				color: black;
				font-family: Arial,Helvetica;
				font-size: 13px;
				text-align: justify;
			}
.itemcategory {
				color: black;
				font-family: Arial,Helvetica;
				font-size: 15px;
				text-align: center;
				font-style: italic;
				font-weight: bold;
			} 
.itemprice {
				color: black;
				font-family: Arial,Helvetica;
				font-size: 12px;
				text-align: right;
				font-weight: bold;
}
