.tablestatic {
    letter-spacing: 1px;
    margin-right: auto;
    padding: 0;
    text-align: center;
    width: 350px;
	margin-bottom:20px;
}
.tablestatic th {
    background-color: #f3dcd6;
    margin: 0;
    padding: 7px;
    text-align: center;
}
.tablestatic td {
    margin: 0;
    padding: 6px;
    text-align: center;
	border-bottom:1px solid #efefef;
}
.tablestatic .evenrow {
    background-color: #fff9f8;
}
.tablestatic .oddrow {
}
h1 {
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
}
h3 {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

