table{
    clear: both;
}
html{
  font-family: "Times New Roman", Times, serif;
 }
html, body{
    padding:0;
    margin:0;
}

div.padding{
    border: 8px;
}

h1.welcome{
/*font-family: Brush Script MT, Brush Script Std, cursive;*/
float: right;
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 130%;
 }

div.header{
    background-color: #a6a6a6;
}
a{
float: left;
/*width: 50%;
height: auto;*/
max-width: 300px;
}

img{
float: left;
/*width: 50%;
height: auto;*/
max-width: 105%;
}

h2{
/*	color: red; */
}

button,input[type="submit"]{
font-size: 125%;
}

button[type=sub] {
    background : #0559d3 !important;
    color : #fff;
    -webkit-border-radius : 5px;
    -moz-border-radius : 5px;
    border-radius : 5px;
    border : none;
    box-shadow : none;
    height : ;
    width : ;
    font-size : 140% !important;
    font-weight : bold;
    text-shadow : 0 0px #000 !important;
}

button[type=submit1] {
    font-size : 150% !important;
    /*font-weight : bold;*/
    border-radius : 8px;
}

input[type="submit1"], input[type="button"] {
    font-size : 150% !important;
    /*font-weight : bold;*/
    border-radius : 8px;
}

input[type="submit"], input[type="button"]

/*navigation bar*/
nav{
    clear: both;
    width: 100%;
}
.navigation{
    clear: both;
    margin-bottom: 0px;
    margin: 0px;
    width: 100%;
}

.navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.navigation ul li{
    float: left;
}

.navigation ul ul{
    display: none;
    position: absolute;
    top: 100%;
}

.navigation ul ul li{
    float: none;
}

.navigation ul li:hover > ul{
    display: block;
}

.navigation > ul::after{
    content:"";
    clear: both;
    display: block;
}


.navigation ul li a, .navigation ul li button{
    border: none;
    font-family: "Times New Roman", Times, serif;
    -webkit-border-radius : 0px;
    -moz-border-radius : 0px;
    border-radius : 0px;
    font-weight : 0;
    text-align: center;
    display: block;
    width: 140px;
    padding: .7em 0;
    font-size: 90%;
    text-decoration: none;
    background-color: #6d6d6d;
    color: white;
}

.navigation ul li button.pure-menu-selected, .navigation ul li a.pure-menu-selected{
    background-color: #0559d3;
}

.navigation ul li button:hover, .navigation ul li a:hover, .navigation ul li a:focus{
    background-color: rgb(0, 253, 0);
    color: black;
}