<style>

input[type=button],input[type=submit]
{
background-color: gray;
border: none;
color:black;
font-weight: bold;
padding: 6px 20px;
text-align: center;
font-size:16px;
margin: 4px 4px;
box-shadow: 2px 2px 2px black;
position: center;
font-family: Arial;
}

input[type="text"]
{
font-family: system;
color:black;
background-color:white;
padding:4px;
text-align: left;
font-size: 16px;
margin: 4px 4px;
box-shadow: 2px 2px 2px black;
}

body
{
background-color: #33ffff;
}

label
{
font-family: Arial;
padding: 4px;
font-weight: bold;
color: black;
text-align: center;
align:center;
font-size: 12px;
}

titles
{
font-family: Arial;
padding: 4px;
font-weight: bold;
color: DarkBlue;
text-align: center;
align:center;
font-size: 22px;
}

subtitles
{
font-family: Arial;
padding: 4px;
font-weight: bold;
color: #2e4053;
text-align: center;
align:center;
font-size: 18px;
}


table
{
background-color: #F0EFEF;
padding: 5px 5px;
}

td
{
padding: 6px 4px;
}

</style>