body { 
    font-family: "Times New Roman", serif;
    font-size: 1em;

    color: #696969;
    padding: 25px;
    width: 725px;
   
    background-image: url(./Drawings/Tinkerbell.png), url(./Drawings/Box.png), url(./Drawings/PDBG.png);
    background-position: top left 825px, bottom left 825px, center;
    background-size: auto, auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-attachment: fixed, fixed, fixed;

}

main {
    border: 3px solid #ffd700;
    padding-left:  25px;
    padding-right: 25px;
    background-color: #ffffff;
    border-radius: 0px 25px 25px 25px;
}

h1 {
    font-family: "Times New Roman", serif;
    font-size: 2.5em; /* 40px/16=2.5em */
    text-decoration: underline solid #ffd700;
    color: #996600;

}

h2 {
    font-family: "Times New Roman", serif;
    font-size: 2em; /* 32px/16=2em */
    text-decoration: underline solid #ffd700;
    color: #996600;
}

h3 {
    font-family: "Times New Roman", serif;
    font-size: 1.75em;
    text-decoration: underline solid #ffd700;
    color: #996600;
}

h4 {
    font-family: "Times New Roman", serif;
    font-size: 1.5em;
    text-decoration: underline solid #ffd700;
    color: #996600;
}

h5 {
    font-family: "Times New Roman", serif;
    font-size: 1.25em;
    text-decoration: underline solid #ffd700;
    color: #996600;
}

/* Codigo del Menu Superior */
 
ul#menu {
    padding: 0;
    margin-bottom: 11px;
}

ul#menu li {
    display: inline;
    margin-right: 3px;
}

ul#menu li a {
    border: 3px solid #ffd700;
    background-color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    color: #696969;
    border-radius: 10px 10px 0 0;
}

ul#menu li a:hover {
    color: #ffd700;
    background-color: black;
} 

/* The following code has not been used */
table {
    width:100%;
}

table, th , td {
    border: 2px #ffd700;
    border-collapse: collapse;
    padding: 5px;
}

th {
    text-align: left;
}

table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table tr:nth-child(even) {
    background-color: #ffffff;
} 