body
{
width: 100%;
text-align: center;
background-color: #445566;
margin: 0;
font-family: sans-serif;
color: #555555;
}
#titleimage
{
width: 500px;
position: relative;
top: 25px;
left: 25px;
}
.button
{
display: block;
position: relative;
width: 300px;
height: 82px;
background-image: url(img/button.svg);
background-size: 100%;
background-repeat: no-repeat;
color: #556688;
font-family: sans-serif;
font-size: 24pt;
text-align: center;
line-height: 81px;
cursor: pointer;
}
.footerparagraph
{
width: 80%;
margin: 20px auto;
border-top: 1px solid #555555;
color: #555555;
font-family: sans-serif;
font-size: 13px;
text-align: center;
padding-top: 8px;
}
#listbox
{
width: 380px;
height: 300px;
border-left: 1px solid #888;
border-top: 1px solid #888;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin: 10px auto;
overflow: auto;
background-color: #F0F0F0;
text-align: justify;
}
.choiceEntry
{
display: block;
border-bottom: 1px solid #CCC;
padding: 8px;
font-size: 12px;
cursor: pointer;
background-color: #FEFEFE;
text-decoration: none;
color: #444;
}
.choiceEntry:hover
{
background-color: #CBD4E4;
}
.listitemTitle
{
font-weight: bold;
margin: 0;
font-size: 14px;
}
#dialog button
{
width: 100px;
height: 25px;
}