

body {font-family: 'Blinker';font-size: 22px; background-color: #000000;}

header {background-color: #2f2f2f; padding: 20px; text-align: center; font-size: 54px; color: #e3e3e3;border-radius: 2px;}

nav {float: left; margin-top:14px; width: 120px; height: 756px; background: #2f2f2f; padding: 20px; color: #e3e3e3; text-decoration: underline;border-radius: 2px;}

.maintext {float: left; margin-left:14px; margin-top:14px; padding: 20px; width: 580px; background-color: #2f2f2f; height: 756px; color: #e3e3e3;border-radius: 2px;}

.imagesec {float: left; margin-left:14px; margin-top:14px; width: 370px; height: 728px; background-color: #000000; border-color: #2f2f2f; border-left-style: solid;border-left-width: 5px;border-right-width: 5px;border-right-style: solid;border-top-width: 5px;border-top-style: solid;border-bottom-width: 5px;border-bottom-style: solid;border-radius: 2px;}
.imagesec img {alt: "Right Vertical Image."; width: 370px; height:728px;}

table, th, td {border: 2px solid #e3e3e3; border-collapse: collapse;}
th, td {padding: 5px;text-align: left;}


.lingap {float: left; padding: 2px; width: 100%; background-color: #000000; height: 10px; color: #e3e3e3}
.vertgap {float: left; padding: 0px; width: 14px; background-color: #000000; height: 777px; color: #e3e3e3}
.vertgap2 {float: right; padding: 0px; width: 14px; background-color: #000000; height: 777px; color: #e3e3e3}


a:link {color: #e3e3e3; background-color: transparent; text-decoration: none;}
a:visited {color: #e3e3e3; background-color: transparent; text-decoration: none;}
a:hover {color: #e3e3e3; background-color: transparent; text-decoration: none;}
input[type=text] {-webkit-transition: 0.2s;transition: 0.2s;outline: none;background-color: #c7c7c7;font-family: 'Blinker';font-weight: bold;margin: 4px 0;border-radius: 2px;width: 40%;}
textarea {-webkit-transition: 0.2s;transition: 0.2s;outline: none;background-color: #c7c7c7;font-family: 'Blinker';font-weight: bold;border-radius: 2px;width: 70%;resize: none;}
input[type=button], input[type=submit], input[type=reset] {background-color: #c7c7c7;border: 1px solid #e3e3e3;border-radius: 4px;color: #000000;text-decoration: underline;cursor: pointer;font-family: 'Blinker';font-weight: bold;}
