@charset "UTF-8";
/* CSS Document */


.footer {
	margin-top: -20px;
}

.post-it-text a:link, .post-it-text a:visited, .post-it-text a:hover	{
	color: #FFFFFF;
}

.post-it-text {
	width: 100px;
	font-size: 12px;
}

#yellow {
	color: #9D9D00;
	font-weight: bold;
}
#blue {
	font-weight: bold;
	background-image: url(../images/ocbible/articles_blue.png);
	background-repeat: no-repeat;
	width: 90px;
	height:72px;
	float:left;
	padding-right: 40px;
}
#pink {
	font-weight: bold;
	background-image: url(../images/ocbible/articles_pink.png);
	background-repeat: no-repeat;
	width: 90px;
	height:72px;
	float:left;
	padding-right: 30px;
}
#purple {
	color: #a512ea;
	font-weight: bold;
}

#orange {
	font-weight: bold;
	background-image: url(../images/ocbible/articles_orange.png);
	background-repeat: no-repeat;
	width: 120px;
	height:92px;
	float:left;
	padding-right: 10px;
	font-size: 12px;
}

#green {
	color: #5f9f61;
	font-weight: bold;
}

#orangeBox a, #orangeBox a:hover, #orangeBox  a:visited {
	color:#FFFFFF;
	text-decoration:none;
}


/*text format*/


.yellow {
	color: #9D9D00;
	font-weight: bold;
}

.blue {
	color: #0078aa;
	font-weight: bold;
}

.pink {
	color: #f833ff;
	font-weight: bold;
}

.purple {
	color: #a512ea;
	font-weight: bold;
}

.orange {
	color: #d78139;
	font-weight: bold;
	
}
.green {
	color: #5f9f61;
	font-weight: bold;
}
