/* site.css */
body {
  font-family: serif;
  font-size: 14px;

}

div.h2 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 3px;
}

div.body {
	padding-left: 355px;
	padding-bottom: 2cm;
}

div.h3 {
	text-align: center;
	font-size: 24px;
}

p {
	width:75%;
	border-style: solid;
	background-color: #f6f2ee;
	border-width: 3px;	
	padding: 10px;
	padding-bottom: 2cm;
	text-align: center;
	font-size: 20px;
}

table, th, td {
    border: 1px solid #488454;
    border-collapse: collapse;
    background-color:#e5d7cd; 

}

th, td {
	padding: 5px;
	width: 33%;
}

table {
	table-layout: fixed;

}

a:link {
	color: #325c3b;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #325c3b;
	background-color: transparent;
	text-decoration: none;
}

div.fixed {
   position: fixed;
   left: 0;
   bottom: 10px;
   right: 0;
   width: 100%;
   font-size: 10px;


 }

input[type=text],select,textarea{
	width: 75%;
	padding:12px;
	border: 1px solid #325c3b;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	background-color: #f6f2ee;

}

input[type=sumbit] {
	background-color: #325c3b;
	color: white;
	padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding-bottom: 50px;
}

input[type=submit]:hover {
    background-color: #45a049;
}


.container {
	border-radius: 5px;
	background-color: #f6f2ee;
	padding:20px;

}
