body {
    background-color: #ffffcc;
    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;
}
a:hover{
    color: #FF0000;
}
header {
    padding: 0;
}
header div#headerwrap {
    display: flex;
    margin:0;
    padding:0;
    border:0;
}
header div#titleheader {
    display: block;
    margin:auto auto;
    padding:0;
    border:0;
    color: blue;
    text-align: center;
}
header div#titleheader h1#textlogo {
    display: inline-block;
    margin: auto auto;
    font-size: 5em;
    font-family: Helvetica, Arial, sans-serif;
}
header div#titleheader h3 {
    display: inline-block;
    margin: auto auto;
    font-size: 1.5em;
    font-family: Helvetica, Arial, sans-serif;
}
header img {
    height: 10em;
}
nav#handle {
}
nav#handle ul{
    margin: 0;
    padding: 0;
}
nav#handle ul li{
    display: inline-block;
    width: 32%;
}
nav#handle ul li a{
    text-decoration: none;
}
h2#conference_name {
    text-align: center;
    color: #C000C0;
}
h3#conference_name {
    text-align: center;
}
main#LT23 {
    text-align: center;
}
main#LT23 table {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}
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: 162%;
    }
}
