/* CSS Document */
*
{
	margin: 0;
	padding: 0;
}
body
{
    text-align: left;
    background-color: papayawhip;
	background-image: url("../East Grinstead/images/East Grinsteadfaded.png");
	background-repeat: no-repeat;
	background-position: 50% 80px;
background-attachment: fixed;	
    color: #000000;
    font-family: Arial, "Arial Black", "Arial Narrow", "Arial Rounded MT Bold";
    font-size: 16px;
}
hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width:3px;
  border-color: green
}
h2 
{
	font-weight: normal;
	font-display: #FF0000;
	font-size: 14px;
	font-family: courgette, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", Cambria, 'Liberation Serif', Times, 'Times New Roman', 'serif';
	text-align: center;
	color: royalblue;
}
h3 
{
	font-weight:  600;
	font-display: #FF0000;
	font-size: 28px;
	font-family: Arial, "Helvetica", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Helvetica";
	text-align: center;
	color: royalblue;
	text-shadow: 2px 2px 2px grey;
}

h4
{
	font-weight: 200;
	font-display: #FFcccc;
	font-size: 24px;
	font-family: courgette, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", Cambria, 'Liberation Serif', Times, 'Times New Roman', 'serif';
	text-align: left;
	color: maroon;
	padding: 8px;
}
h5
{
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: cadetblue;
	padding: 8px;
	
}
h6
{
	font-family: Arial, "Helvetica", "Gill Sans", "Gill Sans MT", "Myriad Pro", "Helvetica";
	font-weight: bold;
	font-size: 9px;
	text-align: center;
	color: green;
	padding:2px;
}
td
{
	vertical-align: top;
}


table {
	width: 80%;
	border: 3;
}
table.center
 { margin-left:auto; margin-right:auto; }

th, td {
    padding-left: 15px;
  padding-right: 15px;
}

ul
{
		list-style-type: none;
		margin: 0;
		padding: 5px 0px 5px 0px;
		overflow: hidden;
		background: #006400;
}
.border 
{
	border: 2px solid #33cccf;
/**optional**/
	border-radius:5px 5px 5px 5px;
	margin: 3px;
	padding: 5px 5px 5px 5px;
}
li
{
		display: inline-block;
}
li a, .dropbtn
{
	display: inline-block;
	color: chartreuse;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn
{
	background-color: #588a73;
}

li .dropdown
{
	display: inline-block;
}
.dropdown-content
{
	display: none;
	position: absolute;
	background: #d6f5f5;
	min-width: 120px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)
}

.dropdown-content a
{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.dropdown-content a:hover
{
background:#ffff00;
}
.dropdown:hover .dropdown-content
{	
	display: block;
}
