
/* Stylesheet (style.css) created 2007 by pixeload.com */



/****************************** General Layouts ******************************/

body {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align:center;
	}



/* Body Individual Layout */

#style1 {
	font-size:10px;
	}



/* Menu, Beer, Wine Layout */

#style_m1 {
	font-size:18px;
	text-decoration:underline;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	}

#style_m2 {
	font-size:14px;
	font-weight:bold;
	}

#style_m3 {
	font-size:14px;
	text-align:right;
		font-weight:bold;
	}

#style_m4 {
	font-size:10px;
	font-weight:bold;
	}


/****************************** href colors ******************************/

/* unvisited links */
a:link {
	text-decoration:none;
	border-bottom:solid thin #000000;
	font-weight:bold;
	color:#000000;
	background-color:none;
	}

/* visited links */
a:visited {
	text-decoration:none;
	border-bottom:solid thin #000000;
	font-weight:bold;
	color:#000000;
	background-color:none;
	}

/* mouse over */
a:hover {
	text-decoration:none;
	border-bottom:solid thin #FF0000;
	font-weight:bold;
	color:#000000;
	background-color:none;
	}

/* mouse down or active for IE */
a:active {
	text-decoration:none;
	border-bottom:solid thin #FF0000;
	font-weight:bold;
	color:#000000;
	background-color:none;
	}

/* mouse down or active for FireFox */
a:focus {
	text-decoration:none;
	border-bottom:solid thin #FF0000;
	font-weight:bold;
	color:#000000;
	background-color:none;
	}


/*********************** href colors for copyright ***********************/

#copyright
a:link {
	Left: 8px;
	Visibility: visible;
	Width: 99%;
	Bottom: 8px;
	Position: absolute;
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	font-size:10px;
	color:#99CCFF;
	background-color:#FFFFFF;
	}

#copyright
a:visited {
	Left: 8px;
	Visibility: visible;
	Width: 99%;
	Bottom: 8px;
	Position: absolute;
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	font-size:10px;
	color:#99CCFF;
	background-color:#FFFFFF;
	}

#copyright
a:hover {
	Left: 8px;
	Visibility: visible;
	Width: 99%;
	Bottom: 8px;
	Position: absolute;
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	font-size:10px;
	color:#99CCFF;
	background-color:#FFFFFF;
	}

#copyright
a:active {
	Left: 8px;
	Visibility: visible;
	Width: 99%;
	Bottom: 8px;
	Position: absolute;
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	font-size:10px;
	color:#99CCFF;
	background-color:#FFFFFF;
	}

#copyright
a:focus {
	Left: 8px;
	Visibility: visible;
	Width: 99%;
	Bottom: 8px;
	Position: absolute;
	text-decoration:none;
	border-bottom:none;
	font-weight:none;
	font-size:10px;
	color:#99CCFF;
	background-color:#FFFFFF;
	}
