    /* Style Sheet definitions need to be commented to hide them from incompatible Browsers.*/

    * {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
    }

a:link {
	color:#000000;
	border:none;
	text-decoration:none;
	border-color: #000000;
}
a:visited {
	color:#000000;
	border:none;
	text-decoration:none;
	border-color: #000000;
}
a:active {
	color:#000000;
	border:none;
	text-decoration:none;
	border-color: #000000;
}
a:hover {
	color:#000000;
	border:none;
	text-decoration:none;
	border-color: #000000;
}

img {
border:0 none;
}

/*span {
	background-color: #000000;
}*/


    .beertitle {
	cursor: hand;
	cursor: pointer;
	padding: 4px 15px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #996666;
	font-size: 1em;
	background-color: #000000;
	height: 20px;
	position: relative;
    }

    .beerdate {
       margin-top: -20px;
       padding-bottom: 5px;
       padding-right: 20px;
       /*text-align: right;*/
       font-size: x-small;
       position: relative;
    }

    .beermainnews {
	font-size: 16px;
	/* line-height: 21px;*/
	background-color: #000000;
	font-family: "Courier New", Courier, monospace;
	color: #996666;
    }
	
    .beermainnewsbg {
	background-color: #000000;
    }

    .beerpostbottom {
       clear:both;
       background-color:#FFFFFF;
    }

    .beerpostbottom p {
       margin: 0px;
       padding: 5px 5px 5px 20px;
       border-top: 1px dotted #CCCCCC;
       font-size: x-small;
       background-color:#FFFFFF;
    }

