p {
    font: size 20px;
    ;
    color: yellow;
}

body {
    background: #003366;
    background-repeat: no-repeat;
    background-image: url(../images/93201.jpg);
    background-position: right top;
}

h2 {
    color: white;
    font-size: 40px;
}

.a {
    color: red;
    font-size: 30px;
}

.b {
    color: #F8E2BF;
    font-size: 30px;
}

.c {
    color: #C4691B;
    font-size: 30px;
}

hr {
    width: 300px;
    margin: 0;
}