a.b:link{
color: #333366;
text-decoration: none;
}
a.b:hover{
color: #333366;
text-decoration: underline;
}
a.b:visited{
color: #333366;
text-decoration: none;
}

body{
font-family: arial, helvetica, sans-serif;

}
.text{
font-size: 13px;
margin-left: 25px;
margin-right: 25px;
margin-bottom: 10px;
}
ol{
margin-left: 50px;
}
.bot{
	font-size: 12px;	
	color: #333366;
	margin-top: 10px;
	margin-bottom: 10px;
}