


body {background-color: yellow;}

.one{
    font-family: 'Times New Roman';
    color: red;
    font-size: 160%;
}
.two{
    font-family: 'Times New Roman';
    color: blue;
    font-size: 25px;
}
.three{
    font-family: 'Times New Roman';
    color: brown;
    font-size: 25px;
}
.four{
    font-family: 'Times New Roman';
    color: green;
    font-size: 25px;
}