
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #ffc;
    background-color: rgb(50,1,1);
    margin: 1em;
    padding: 0;
}
#navigation {
    position: absolute;
    top: 0;
    width: 10em;
}
#content {
    margin-left: 0.5em;
}


p {
    font-size: 1.25em;  
    line-height: 1.5em;
}
h1 {
    color: #ffc;
    font-family: "Segoe Print", Segoe, "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: rgb(50,1,1);
    font-size: 2.5em;
    font-style: italic;
    margin: 0;
    text-align: center;
    padding: 0.25em;
    padding-left: 0.1em;
    
}
h2 {
    color: #ffc;
    background-color: rgb(80,54,42);
    font-size: 1.5em;
    margin: 0;
    text-align: center;
    padding: 0.25em;
    padding-left: 0.1em;
}
h3 {
    color: #ffc;
    background-color: rgb(50,1,1);
    font-size: 1.25em;
}
img {
    border-width: 2px;
    border-color: transparent;
    padding: 6px; 
    border-top: 10px solid transparent; 
    border-left: 10px solid transparent; 
    border-bottom: 10px solid transparent; 
    border-right: 10px solid transparent; 
    display: block; 
    margin-left:auto; 
    margin-right:auto; 
}



a {
    text-decoration: none;
}
strong {
    font-style: italic;
    text-transform: uppercase;
}
li {
    color: white;
    font-style: italic;
}
table {
    background-color: rgb(80,54,42);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-style: italic;
    border-collapse:collapse;
    border-style:ridge;
    border-width:5px;
    margin-left: auto;
    margin-right: auto;
}
