h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 900;
	padding-top: 5px;
	padding-bottom: 5px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;

}
.redLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-top: 15px;
	padding-left: 7px;
	font-size: large;





}
.blueLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	padding-left: 20px;
	padding-top: 7px;


}
.tableWrap {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;




}
.beerPicforTable {
	background-image: url(images/glass-of-stout.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.mainHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;

}
.georgiaLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
a:active {
	color: #000099;
	text-decoration: none;

}
a:link {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	background-color: #CCCCCC;
}
a:visited {
	color: #990000;
	text-decoration: none;

}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

