@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height:18px;
}
body {
	background-color: #d4d7db;
	background-image: url(../image-files/mushroom-appreciation_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	font-weight: bold;
}

.italic{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	font-style: italic;
}
a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}
a:active {
	text-decoration: none;
	color: #red;
}
h2 {
	font-weight: bold;
}
h1 {
	font-size: 22px;
	color: #660000;
	text-align:center
}
h2 {
	font-size: 18px;
	color: #660000;
	text-align:center
}
h3{
	font-size: 14px;
	color: #660000;
	text-align:center
}
h1, h2, h3, p {
	margin-top: 0px;
	margin-bottom:8px;
	}
	
	h1 {
	color: #660000;
}
h2 {
	color: #660000;
}
.pic{
	border: 1px solid #000000;
	margin: 10px;
}
.style2 {font-size: 14px}

.mushroom-appreciation-mainbox {
padding-left:30px;
padding-right:30px;
padding-top:20px;
padding-bottom:10px;
border:none;
}

.menucol {
width:100%;
height:1000px;
}

.rightcolumn {
width:122px;
}

.leftcolumn {
width:150px;
}

.pullout {
padding:5px;
background-color:#E3D7F9;
margin-top:5px;
margin-bottom:5px;
}
