body {
background-color:#ebd5b3;
color:#006;
font-family:American Typewriter, Arial, sans-serif;
font-size:16pt;
}
a {
	color:cyan;
}
a:hover {
	color:magenta;
	transition:.5s;
}
a:visited {
	color:cyan;
}
h1 {
font-family:Book Antiqua, Hiragino Mincho ProN, serif;
font-size:30pt;
background-color:#420c07;
color:gold;
margin-left:auto;
margin-right:auto;
text-align:center;
border-radius:.5em;
border:4px solid gold;
width:auto;
}
td {
	font-family:Arial, Helvetica Neue, serif;
	font-size:14pt;
    width:auto;
	padding-right:15px;
	border-right:2px dashed #006;
}	
#update {
font-family:Book Antiqua, Hiragino Mincho ProN, serif;
font-size:t;
font-style:italic;
}
input, textarea {
font-family:Sitka Text, serif;
font-size:15pt;
border-radius:.45em;
border:4px inset navy;
background-color:#ddd;
}
input:hover, textarea:hover {
	background-color:#fff3b2;
	border:4px outset blue;
	color:black;
	transition:.2s;
}
input:focus, textarea:focus {
	border:4px outset red;
	background-color:#eee;
}
select, button {
background-color:#420c07;
color:gold;
padding:4px;
font-size:13pt;
border:4px inset gold;
font-family:AR Berkley, serif;
border-radius:.5em;
}
button:hover {
background-color:#559;
color: #8f8;
border: 4px outset #8f8;
transition:.5s;
cursor:pointer;
}
.phon {
	background-color:#050;
	color:#fff;
	font-family: Century Gothic;
	font-size: 11pt;
}
.rhdr {
	color:#000;
	font-family: Garamond;
	font-size: 16pt;
	font-style:normal;
	font-weight:bold;
}
.inf {
	font-style:italic;
}

/* dropdown menu 
.dropdown {
position:relative;
display:inline-block;
}
.dropdown-content {
display:none;
position:absolute;
background-color:#65c;
min-width:150px;
z-index:1;
}
.dropdown-content a {
color:white;
padding:4px 2px;
text-decoration:none;
display:block;
}
.dropdown-content a:hover {cursor:pointer;background-color:white;color:#336;transition:.5s;}
.dropdown:hover .dropdown-content {display:block;}
.dropdown:hover .dropbtn {background-color:#65c;color:white;transition:.2s;}
h2 {
	color:white;
	font-family:AR Berkley;
	font-size:1.25em;
	border:3px solid white;
	margin-right:50%;
	border-radius:.4em;
	text-align:center;
}

hr {
	width:95%;
	border:4px double #fff;
}
*/