﻿body {
background-color: silver;
background-image: radial-gradient(#c0c0c0, #404040);
margin: 0;
padding: 1.30em;
}
body, p, input {
font-family: Times New Roman;
font-size: 1.30em;
color: black;
margin-left: 7px;
margin-right: 7px;
}
textarea {
font-family: Times New Roman;
font-size: 0.70em;
color: black;
}
p.small {
font-family: Times New Roman;
font-size: 0.70em;
color: black;
}
img {
width: 30em;
height: auto;
}
a {
margin-left: 5px;
margin-right: 5px;
}
a:link {
color: #004000;
}
a:visited {
color: #004000;
}
a:hover {
color: #ffffff;
}
a:active {
color: #ffffff;
}
table {
width: 100%;
height: 100%;
border: none;
justify-content: center;
align-items: center;
}
td {
border: none;
text-align: center;
vertical-align: top;
}