body{
    font-size: 14pt; 
	font-family:helvetica;
	margin:0;
	font-weight: normal;
}

.bigheader {
	color: yellow;
        font-size: 28pt; 
	text-align: center;
        padding: 0.1em;
        background-color: #a20000;
      }

h1 {
	font-family: verdana, sans-serif;
	font-weight: normal;
	color: yellow;
      }
      .bigheader1 {
        background-color: #a20000;
        border: solid 1px gray;
        padding: 0.1em;
        font-size: 14pt;
	text-align: center;
	border-bottom:ridge;
	border-top:ridge;
      }

a{
        color: black;
        text-decoration:none;
}
a:hover {
        color: red;
        }

.mainbody {
	padding-right: 20px;
	padding-left: 20px;
}

.cardtable {
        width: 90%;
	border: solid 1px gray;
}
.item {
    font-size: 14pt; 
	padding: 8px;
	background-color : lightgray;
	text-align:justify;
#	border: solid 1px gray;
}
.imagecolumn {
	width: 280px;
	background-color : gray;
	text-align:center;
}
.thumbs {
#	height: 180px;
}

.footer {
        background-color: #a20000;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom:ridge;
	border-top:ridge;
	color: yellow;
}
.pageheader {
        background-color: #a20000;
	text-align: center;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	border-bottom:ridge;
	color: yellow;
}
