.body{font size=12px; 
bgcolor="#BDE2FE"
filter: Blur(Add=true, Direction=140, Strength=5);
}
.text{font size=12px;
	font-size: small;
}
.table{
	border: 1px dotted #999999;
	margin: 1px;
	padding: 1px;

}
.blur {
	filter: Blur(Add=true, Direction=140, Strength=5);
}
.shadow {
	filter: DropShadow(Color=#ffffff, OffX=2, OffY=2, Positive=1);
	cursor: n-resize;

}
.buttons {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 1px;
	border: 1px solid;
}
.b1 {
color: #333333;
text-decoration: none;
background-color: #666666;
margin: 0px;
padding: 0px;
border: none;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.texts {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 10px;

}

