body {
    background-color: #ccffff;
    color: #000000;
}
div#pagewrap {
    width: 80%;
    margin: 1em auto;
    font-family: Helvetica, Arial, sans-serif;
}
a {
    text-decoration: underline;
}
a:link {
    color: #0000ee;
}
a:visited {
    color: #551A8B;
}
#title a:visited {
    color: #0000ee;
}
a:hover{
    color: #FF0000;
}
header {
    padding: 0;
}
header div#headerwrap {
    display: flex;
    width: 100%;
    margin:0;
    padding:0;
    border:0;
}
header span#logo {
    width: 16%;
}
header span#title {
    width: 84%;
    margin: auto;
    text-align: center;
    color: blue;
}
nav#handle {
}
nav#handle ul{
    margin: 0;
    padding: 0;
}
nav#handle ul li{
    display: inline-block;
    width: 19%;
}
nav#handle ul li a{
    text-decoration: none;
}
div.linkyear ul{
    margin: 0;
    padding: 0;
}
div.linkyear ul li{
    display: inline-block;
    width: 19%;
}
div.linkyear ul li a{
    text-decoration: none;
}
div#language {
    text-align: right;
}
footer {
    font-size: 1em;
    margin: 0 auto 2em 0;
}
/* Phone-specific styles */
@media only screen and (orientation: portrait) {
    div#pagewrap {
	width: 95%;
	margin: auto;
    }
    nav#handle ul li{
	display: inline-block;
	width: 49%;
	font-size: 1.62rem;
    }
    div.linkyear ul li{
	display: inline-block;
	width: 49%;
	font-size: 1.62rem;
    }
}
