.TextCom
{
 font-family:"trebuchet ms",sans-serif,Arial;
 font-size: 14px;
 }
textarea {
 font-family:"trebuchet ms",sans-serif;
 font-size: 19px;
 border:1px solid black;
 background-color:#E6E8F2;
 }
 input[type=submit], input[type=reset] {
 font-family:"trebuchet ms",sans-serif;
 border:2px outset #A6BEDE;
 font-weight:bold;
 cursor:pointer;
 }
input[type=submit]:hover, input[type=reset]:hover {
 border:2px outset white;
 background-color:white;
 }
input[type=submit]:active, input[type=reset]:active {
 border:2px inset #A6BEDE;
 background-color:#A6BEDE;
 color:black;
 } 
hr {
border: none 0;
border-top: 1px dotted #000;/*the border*/
width: 95%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
.tabledesign {
	display: table;
	width: 580px;
	background-color: #E6E8F2;
	border: thin solid #7A7C85;
	padding: 5px;

}