ย
ย
body {
font-family: Roboto, Arial, sans-serif;
font-size: 15px;
color: #333333;
line-height: 24px;
}
p {
font-family: Roboto, Arial, sans-serif;
font-size: 15px;
color: #333333;
line-height: 24px;
}
ul {
font-family: Roboto, Arial, sans-serif;
font-size: 15px;
color: #333333;
line-height: 24px;
}
li {
font-family: Roboto, Arial, sans-serif;
font-size: 15px;
color: #333333;
line-height: 24px;
}
table,
td {
mso-table-lspace: 0px !important;
mso-table-rspace: 0px !important;
border-collapse: collapse !important;
}
h2 {
border-bottom: 1px #e3250bf solid;
font-family:Bebas Neue,Arial,sans-serif;
font-size: 28px;
font-weight: 400;
color: #e3250b;
text-transform: uppercase;
letter-spacing: 1px
}
h3 {
font-family: Roboto, Arial, sans-serif;
font-size: 20px;
font-weight: 500;
color: #333333;
margin-bottom: 0;
line-height: 30px;
}
h4 {
font-family: Roboto, Arial, sans-serif;
font-size: 13px;
font-weight: 400;
color: #666666;
margin-bottom: 0;
margin-top: 0;
line-height: 20px;
}
a {
text-decoration: none;
color: #2060a4
}
/* Prevent blue links on iOS */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
}
/* Prevent blue links in Gmail on Android */
u+#bodyTable a {
color: inherit;
text-decoration: none;
}
/* Prevent Samsung blue links */
#MessageViewBody a {
color: inherit;
text-decoration: none;
}
/* ===== PAGE BACKGROUND ===== */
body,
#bodyTable {
background-color: #f2f2f2;
}
/* Windows Phone Fix viewport in IE 11 rendering engine */
@-ms-viewport {
width: device-width;
}
/* Keeps fonts sharp on browsers and Webkit clients)*/
body {
-webkit-font-smoothing: antialiased;
…
