/* CSS Document */

/*Link styles*/
a:link{color: #186321; text-decoration: none}
a:visited{color: #186321; text-decoration: none}
a:hover{color: black; text-decoration: none}
a:active{color: black; text-decoration: none}


p {
	font-size: 14px;
}

/*Simple formatting, common styles*/
.left {
	float: left;
}

.small {
	font-size: 12px;
}

.smallgreen {
	font-size: 12px;
	color: #186321;
}

.fineprint {
	font-size: 10px;
}

.yellowbg {
	background-color:  #ffe794;
}


/*hybrids page styles*/
.base_genetics {
	text-align: left;
	border: 2px dotted #186321;
	width: 500px;
	padding: 18px;
	padding-top: 6px;
	margin-bottom: 30px;
}

.image_block {
	float: left;
	text-align: left;
	width: 50px;
	padding-right: 4px;
	height: 100%;
}

.large {
	font-size: 18px;
	font-weight: bold;
}