html {background-color: #333;}
body {
    padding:15px;
    margin:20px;
    border-radius: 10px;
    background-color:#ddd;
    font-family: verdana;
    line-height: 1.5;
    font-size:16px; color:#333
}
pre {
    background-color:#555;
    padding:10px;
    border-radius: 5px;
    width:80%;
    line-height: 1;
    font-size:16px;
    color:orange;
}
h1 {
    font-size:20px;
    padding:10px;
    border-radius: 5px;
    width:80%;
    background-color:#f58e25;
    font-weight:normal;
}
span {
    margin-top:10px;
    margin-bottom:5px;
    padding-top:5px;
    /* border-top:dashed #a00 thin; */
    display:inline-block;
    color:#a00;
}
a {
    padding:3px 6px;
    background-color:#ebcb35;
    color:black;
    text-decoration: none;
}
a:hover {
    background-color:#f58e25;
}
a.plain {
    background-color:transparent;
    color:transparent;
}
a.plain:hover {
    background-color:transparent;
}
em {
    font-style:normal;
    font-size:14px;
    font-family:courier;
    background-color: #cccccc;
    margin-bottom:10px;
    display:inline-block;
}
.bar {
    margin-top:25px;
    margin-bottom:-5px;
    font-size:14px;
    /* text-transform: uppercase; */
    padding:3px 6px;
    width:80%;
    background-color:#eeeeee;
    color:#333333;
    font-weight:normal;
    border-top: 1px solid #999999;
}

#topIcon {
    width:40px;
    opacity:.6;
    margin-left:-4px;
    margin-right:8px;
    margin-bottom:-6px;
}

#bottomIcon {
    width:40px;
    opacity:.6;
    margin-left:20px;
    margin-right:8px;
    margin-bottom:10px
}

form {
    padding:30px;
    font-size:20px;
    border-radius:10px;
    width:50%;
    background-color:#eeeeee;
}

input, select {
    font-size:20px;
}

table {
    width:600px;
    padding:8px;
    background-color: #aaaaaa;
}
td, th {
    background-color:#eeeeee;
    font-family:verdana;
    color:#333333;
    padding:10px;
    size:30px;
    text-align: center;
}
th {background-color:#cccccc;}

.heading {
    padding:2px 5px;
    font-style:italic;
    background-color: #666666;
    color:#dddddd;
    display: inline-block;
    margin:10px 5px;
}
