/* Stylesheet for report03 */

body {
    background-color: #ddddff;
    background-image: url(./back.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

div.title {
    font-size: 40px;
    margin: 30px;
    text-shadow: 2px 2px 5px #ffeeff;
}

img {
    border: 2px solid #226688;
    margin-bottom: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

tr:nth-child(2n+1){
    background-color: #aaaadd;
}
tr:nth-child(2n){
    background-color: #bbbbee;
}

th {
    width: 70px;
}
td {
    padding:0px 10px;
    width: 130px;
}
