@import url("template.css");

.findhumor {border: solid 1px #A8E97C; border-bottom: solid 1px #336611; padding: 5px; background: #FFFFCE; margin: 10px 0 0 180px; width: 400px; text-align: center;}

.humorbox {
	background: #FFFFAE;
	padding: 5px;
	margin:  0 0 5px 0px;
	border-top: solid 1px #B6ED92;
	border-right: solid 1px #B6ED92;
	border-bottom: solid 1px #336611;
	border-left: solid 1px #B6ED92;
}

	.humorbox a{color: #003ea7;}
	.humorbox a:hover{color: #800000;}

.humorbox2 {
	background: #F7F7F7;
	padding: 5px;
	margin:  0 0 5px 0px;
	border-top: solid 1px #B6ED92;
	border-right: solid 1px #B6ED92;
	border-bottom: solid 1px #336611;
	border-left: solid 1px #B6ED92;
}
	.humorbox2 a{color: #003ea7;}
	.humorbox2 a:hover{color: #800000;}
