@font-face {
    font-family: Google_Oswald;
    src: url(fonts/Oswald/Oswald-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Google_Oswald;
    src: url(fonts/Oswald/Oswald-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Google_Oswald;
    src: url(fonts/Oswald/Oswald-Light.ttf);
    font-weight: 100;
}
@font-face {
    font-family: Google_VarelaRound;
    src: url(fonts/Varela_Round/VarelaRound-Regular.ttf);
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-Regular.ttf);
    font-weight: normal;
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-Bold.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-Italic.ttf);
    font-style: italic;
}
@font-face {
    font-family: Google_Karla;
    src: url(fonts/Karla/Karla-BoldItalic.ttf);
    font-weight: bold;
    font-style: italic;
}

body {
    text-align: center;
    background-color: #000000;
    color: #f2d9e6;
    font-family: Google_Oswald, Verdana, Arial, sans-serif;
/*    font-size: 3em;
    font-weight: 700;
    line-height: 100%;
    text-shadow: 0.04em 0.05em #edddcb;*/
}
div {
    color: #f2d9e6;
/*    padding: 10px;
    margin: 0px;*/
}
.smaller {
    font-size: smaller;
    line-height: 70%;
    font-family: Google_Karla, Verdana, Arial, sans-serif;
/*    font-style: italic;
    font-weight: bold;*/
}
a:link {
    color: #ff99cc;
    text-decoration: none;
}
a:visited {
    color: #cc99cc;
    text-decoration: none;
}
a:hover {
    color: #ff99ff;
    text-decoration: none;
}
a:active {
    color: #ff99ff;
    text-decoration: none;
}