body{
    font-family:Arial,sans-serif;
    background-color:#ffffff;
    color:#ad4d4d;   
}

header{
    background-color: #f1e7e7;
    color:#921414;
    padding:20px;
    text-align:center;
}

nav{
    background-color: #ffffff;
    padding:10px;
}
nav ul{
    list-style-type:none;
    margin:0;
    text-align:center;
}

nav ul li{
    display:inline;
    margin:0 10px;
}

nav ul li a{
    text-decoration: none;
    color:#be9595;
    font-weight:bold;
}
nav ul li a:hover{
    color:#924747;
}
main {
    padding:20px;
}
h1,h2{
    color:#7c1010;
}
strong{
    color:#d31e1e;
}
table{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
}
table,th,td{
    border: 1px solid #000000;
}

th,td{
    padding:10px;
    text-align:left;
}
th{
    background-color: #f0f0f0;
}
img{
    width:400px;
    height:auto;
    margin:20px 0;
    display:block;
}
footer{
    background-color:#f0f0f0;
    color:#000000;
    text-align: center;
    padding:10px;
    position:fixed;
    bottom:0;
    width:100%;
}
footer a {
    color:#a86e6e;
    text-decoration:none;
}
footer a:hover{
    text-decoration:underline;
}