body 	{
	font-family: "Comic Sans MS";
	font-size: 12px;
	background-color: #DFF2FD;
	background-image: url(DFF2FD);
	color: #3300FF;
}

table, tr, td, input 	{ 
	font-family: "Comic Sans MS";
	font-size: 12px;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #868B96;
}

.bold 	{ 
	font-weight: bold;
	font-family: "Comic Sans MS";
	font-size: 12px;
}

.smalltext 	{ 
	font-family: "Comic Sans MS";
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a {
	font-weight: bold;
	text-decoration: none;
	color: #009900;
	font-family: "Comic Sans MS";
}
a:hover { font-weight: bold;  text-decoration: underline;  color: #FF0000;   }
