@charset "utf-8";
/* CSS doc */

.bigred {
    font-size: 40px;
    font-family: Cursive, "Lucida Calligraphy";
    color:red;
}
.smallblue {
    font-size: 10px;
    font-family:italic;
    color:blue;
}
.averagegreen {
    font-size: 25px;
    font-family:"Lucida Calligraphy";
    color:green;
}