@media all {
    .fonts {
	text-decoration: none;
        font-family: "Arial";
        font-size: 12px;
        color: white;
    }
    .fontsover {
	text-decoration: none;
        font-family: "Arial";
        font-size: 12px;
        color: red;
    }
    .fontshead {
	text-decoration: none;
        font-family: "Arial";
        font-size: 14px;
        font-weight: bold;
        color: white;
    }
    .bfonts {
	text-decoration: none;
        font-family: "Arial";
        font-size: 18px;
        color: white;
    }
    .bfontsover {
	text-decoration: none;
        font-family: "Arial";
        font-size: 18px;
        color: red;
    }
    .bfontshead {
	text-decoration: none;
        font-family: "Arial";
        font-size: 20px;
        font-weight: bold;
        color: white;
    }
    .ebfonts {
	text-decoration: none;
        font-family: "Arial";
        font-size: 34px;
        color: white;
    }
    .ebfontsover {
	text-decoration: none;
        font-family: "Arial";
        font-size: 34px;
        color: red;
    }
    .ebfontshead {
	text-decoration: none;
        font-family: "Arial";
        font-size: 36px;
        font-weight: bold;
        color: white;
    }
}