body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  margin: 3px;
/*  background-color: lightblue; */
        }
 table {
            align=center;
            width:  100%;
            align-items:left;
            border-collapse: collapse;


        }

        td {
            border: 1px solid black;
            padding: 3px
        }
        .scrollingTable {
            height: 15em;
            width: 20em;
            overflow-y: auto;
        }
a {
  text-decoration: none;
}
a:link {
    color: blue;text-decoration:none;
    font-weight: bold
}


a:visited {
    text-decoration: none;
    color: blue;
}
a:hover {
  text-decoration: underline;
}
a:active {
    color: blue;
}
.styled-select {
	overflow: hidden;
	height: 74px;
	float: left;
	width: 565px;
	margin-right: 10px;

}

.styled-select select {
	font-size: 34px;
	border-radius: 0;
	border: none;

	width: 580px;
	overflow: hidden;
	padding-top: 15px;
	height: 75px;
	text-indent: 10px;
	color: #ffffff;
	-webkit-appearance: none;
}

.styled-select optgroup {
    font-size: 24px;
}

.styled-select option.service-small {
	font-size: 24px;
	padding: 5px;
	background: #5c5c5c;
}

      input[type="text"] {
  display: block;
  margin: 30;
  width: 50%;
  padding-left: 15px;
  height: 80px;
  font-family: sans-serif;
  font-size: 48px;
  border: 10px solid #5D76C0;
  appearance: none;
  box-shadow: none;
  border-radius: 25px;
}
input[type="text"]:focus {
  outline: none;
    height: 80px;
}

      input[type="submit"] {
  display: block;
  margin: 30;
  width: 20%;
  height: 80px;
  font-family: sans-serif;
  font-size: 36px;
  border: #5D76C0 15px solid;
  appearance: none;
  box-shadow: none;
  border-radius: 25px;
  background: #E7E4E7;
}
input[type="submit"]:focus {
  outline: none;
}

goback {

   display: block;
  margin: 30;
  width: 500px;
  padding-left: 15px;
  height: 45px;
  font-family: sans-serif;
  font-size: 36px;
  border: #5D76C0 15px solid;
  appearance: none;
  box-shadow: none;
  border-radius: 25px;
   background: #E7E4E7;


}

input[type="textarea"]{
	width: 170px;
	height: 20px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
    font-size:20px;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

table.mytable { border-collapse: collapse; border: 5px solid #839E99;
background: #f1f8ee; align: center; font: .9em/1.2em Georgia, "Times New Roman", Times, serif; color: #033;}
.mytable caption { font-size: 1.3em; font-weight: bold; text-align: left; padding: 1em 4px; }
.mytable td, th { padding: 3px 3px .75em 3px; line-height: 1.3em; }
.mytable th { background: #839E99; color: #fff; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; }
.mytable thead th { background: #2C5755; text-align: center; }
.mytable .odd td { background: #DBE6DD; }
.mytable .odd th { background: #6E8D88; }
.mytable td a, td a:link { color: #325C91; }
.mytable td a:visited { color: #466C8E; }
.mytable td a:hover, td a:focus { color: #1E4C94; }
.mytable th a, td a:active { color: #fff; }
.mytable tfoot th, tfoot td { background: #2C5755; color: #fff; }
.mytable th + td { padding-left: .5em; }