.maintable {
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	border: 1px dotted #000000;






}
.insert {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #000099;
	background-color: #FFFFCC;
	border: thin solid #0000FF;
	font-weight: normal;

}
button {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0066FF;
	text-align: center;
	padding: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00FFFF;
	border-right-color: #000099;
	border-bottom-color: #000099;
	border-left-color: #00FFFF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0066CC;
	padding: 4px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99FFFF;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #99FFFF;
	font-weight: bold;
	color: #FFFFFF;

}
.borders {
	border: 1px solid #FFFFFF;
}
.letter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	hight: 1000px;
	border: none;
	text-align: justify;
	overflow: visible;
	width: 600px;
	height: 1000px;
}
.invisibleonscreen {
	visibility: hidden;
}
