/* Style sheet for Home Cookin */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
	background-image: url(images/hc_bck_wh4.gif);
	background-repeat: repeat-y;
}

p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}

h3 {
	font-size: 16px;
	color: #cc4200;
	}

ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: square;
}

.title {
	font-weight: bold;
	color: #cc4200;
	font-size: 16px;
}

a:link {
	font-size: 11px;
	color: #cc4200;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;

}
a:visited {
	font-size: 11px;
	color: #cc3200;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;

}
a:hover {
	font-size: 11px;
	color: #cc6602;
	text-decoration: underline;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;

}
a:active {
	font-size: 11px;
	color: #ff9900;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;


}
.copyright {
	font-size: 10px;
	color: #be6002;
}

