
th {
    background-color:  rgb(255,255,100);
    color: black;
    font-family: 'AmiriWeb', serif;
    

}
table {
    border-collapse: collapse;
    border-style: ridge;
    border-color: wheat;
    color: blue;

}

th, td {
    text-align: right;
    padding: 8px;
    border-style: ridge;
    border-color: wheat;
}

tr:nth-child(even) {
    background-color: rgb(255, 255, 155);
         
}
#mytable{
border:0;
border-collapse:collapse;
}
#mytable td{
height:50px;
width:200px;
text-align:center;
}
.one{
background:#ccc;
}
.two{
background:#e6e6e6;
}
h1{
    font-size: 202%;
    text-align: center;
    color: blue;
}