/* Global Styles */
@-viewport {
 width: device-width;
}

body {
 font-family: Tahoma;
 font-size: 25px;
 color: Darkslategray;
} 

H1 {
 font: 26px Tahoma;
 color: Crimson;
 text-align: center;
 font-weight: bold;
}

H2 {
 font: 26px Tahoma;
 color: Darkslategray;
 text-align: center;
 font-weight: bold;
}

H3 {
 font: 25px Tahoma;
 color: Darkslategray;
 text-align: center;
 font-weight: bold;
}

H4 {
 font: 25px Tahoma;
 color: Darkslategray;
 text-align: center;
 font-weight: bold;
}

H5 {
 font: 25px Tahoma;
 color: Darkslategray;
 text-align: center;
 font-weight: bold;
}

H6 {
 font: 25px Tahoma;
 color: Darkslategray;
 text-align: center;
 font-weight: bold;
}

td {
 font-family: Tahoma;
 font-size: 25px;
 color: Darkslategray;
}

a {
 text-decoration: none;
 font-size: 25px;
 color: Darkslategray;
}

strong {
 text-decoration: none;
 font-size: 25px;
 color: Darkslategray;
 font-weight: bold;
}

b {
 text-decoration: none;
 font-size: 25px;
 color: Darkslategray;
 font-weight: bold;
}                    
