/* CSS Document */
body{
background-image:url(../bg/yellow_pix.gif);

} 
a, a:visited, a:active{
	color:#0D3F22;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.instruction_blue {
color:#000000;
text-align:justify;
}

.link a {
color:#000000;
font-weight:bold;
font-size:12px;
}

#green_text{
	color:#008000;
	margin:10px;
	padding:5px;
	border:1px #000000 solid;
	font-weight:bold;
	text-align:justify;
}
.text_align {
	text-align:justify;
}

.red{
	color:#F00;
	}
.blue{
	color:#00F;
	}
.green{
	color:#090;
	}
