@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,800');
BODY
{
    COLOR: #3295a8;
    BACKGROUND-REPEAT: repeat;
    font-family: "Poppins", sans-serif;
    BACKGROUND-COLOR: white;
    TEXT-DECORATION: none
}
A:link
{
    FONT-WEIGHT: bolder;
    COLOR: darkcyan;
    FONT-STYLE: normal;
    font-family: "Poppins", sans-serif;
    TEXT-DECORATION: none
}
A:active
{
    FONT-WEIGHT: bolder;
    COLOR: red;
    FONT-STYLE: normal;
    font-family: "Poppins", sans-serif;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-WEIGHT: bolder;
    COLOR: darkgray;
    FONT-STYLE: normal;
    font-family: "Poppins", sans-serif;
    TEXT-DECORATION: none
}
A:hover
{
    FONT-WEIGHT: bolder;
    COLOR: white;
    FONT-STYLE: normal;
    font-family: "Poppins", sans-serif;
    BACKGROUND-COLOR: silver;
    TEXT-DECORATION: none
}
P
{
    COLOR: darkblue;
    font-family: "Poppins", sans-serif;
}
UL
{
    COLOR: darkblue;
    font-family: "Poppins", sans-serif;
}
H1
{
    FONT-SIZE: large;
    COLOR: darkblue;
    font-family: "Poppins", sans-serif;
    TEXT-DECORATION: underline
}
H2
{
    FONT-SIZE: medium;
    COLOR: darkblue;
    font-family: "Poppins", sans-serif;
    TEXT-DECORATION: underline
}
H3
{
    FONT-SIZE: medium;
    COLOR: midnightblue;
    font-family: "Poppins", sans-serif;
    TEXT-ALIGN: justify
}
ADDRESS
{
    FONT-SIZE: xx-small;
    COLOR: darkblue;
    FONT-STYLE: italic;
    TEXT-ALIGN: center
}
BLOCKQUOTE
{
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: justify
}

