@charset "utf-8";
/* CSS Document */
.body {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.list {
	list-style-position: outside;
	list-style-type: circle;
}
.alert {
	font-weight: bold;
	color: #F00;
	font-size: 13px
}
.special{
	background: #ffffff;
	color: #F00;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
}
.heading {
	font-weight: bold;
	color: #009;
	font-size: 14px;
}
.bookTitle {
	font-style: italic;
	font-weight: bold;
}
.noView {
	color:#FFF
}

