body {
	color: black;
	background-color: white;
	font-family: Tahoma, sans-serif;
	font-size: small;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
			font-family: Tahoma, sans-serif;
	     font-size: small;
		  text-align: left;
		  padding: 3px;
		  border: solid;
        border-color: Black; 
        border-width: 1px; 
        border-collapse : collapse; 
}

select {
	 width: 148px;
}

input {
	border: solid;
	border-width: 1px;
}

textarea {
	border: solid;
	border-width: 1px;
}


