

.text {
	border-width: 1px;
                font-size:10px;
	border-style: dashed;
	border-color: #999999;
	padding: 7px;
	background-color:white;
	margin-left:25px; 
	margin-right:25px;

}

.box {
	border-width: 1px;
                font-size:10px;
	border-style: dashed;
	border-color:#004080;
	padding: 7px;
	background-color:#A9B1E0;
	margin-left:25px; 
	margin-right:25px;

	A		{ color: #003366; text-decoration: none; }
	A:link		{ color: #003366; text-decoration: none; }
	A:visited	{ color: #003366; text-decoration: none; }
	A:active	{ color: #666666; text-decoration: none; }
	A:hover		{ color: #666666; text-decoration: underline; }


}


	A 		{ color: #003366; text-decoration: none; }
	A:link		{ color: #003366; text-decoration: none; }
	A:visited	{ color: #003366; text-decoration: none; }
	A:active	{ color: #999999; text-decoration: none; }
	A:hover		{ color: #999999; text-decoration: underline; }
