table, th, td {
    padding: 10px;
    border-color: rgb(50,128,50);
    border-collapse: collapse;
}

h1 {
    color: rgb(50,128,50);
    font-size: 24px;
    text-align: center;
}
h2 {
    color: rgb(50,128,50);
    font-size: 20px;
}

hr {
    width: 100%;
    height: 2px;
    color: rgb(50,128,50);
}

body {
    font-size: 16px;
}

.expo {
    text-align: center;
    width: 1024px;
}