h1 {color:#FF9900; font-family:Times, "Times New Roman", Garamond, serif; font-size:30px; font-style:italic;margin:0;margin-bottom:5px;font-weight:normal}
body, p {color:#ffffff; font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size:20px;margin:0}
table.right{margin-left:0px;width:0px}
table.left{margin-right:0px;width:0px}
td {color:#ffffff; font-family: Arial, Verdana, Trebuchet, Helvetica, sans-serif; font-size:20px;}
td.pl {font-weight:bold; background-color:#ff9900; padding-left: 5px; padding-right:5px; border: solid 1px #ff9900}
td.pr {border: solid 1px #ff9900; text-align:center;line-height:11px}
td.img {border: solid 1px #ff9900}
A {color:#ff9900}
A:hover {color:#FF6633}
A:active {color:#ffffff}
.container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    align-items: center;
    justify-content: center
}

.image {
    max-width: 95%;
    max-height: 95%;
}

.text {
    max-width: 95%;
    max-height: 95%;
    font-size: 20px;
    padding-left: 20px;
}