
Denso SK20R11 Spark Plug
/* font type 1 */
.font_1{
font-family: 'Courier New', monospace;
font-size: 40px;
color: #00004d;
text-align: left;
}
/* font type 2 */
.font_2{
font-family: serif;
font-style: italic;
font-size: 18px;
font-weight: 900;
color: #ff0000;
text-align: left;
}
/* font type 3 */
.font_3{
font-family: Times New...