@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body { 
    background-image: url("white_paper_texture_background_seamless_pattern.jpg");
    background-repeat:repeat;
/*  Fonturi nefolosite
    font-family:'Architects Daughter',cursive;
    font-family:'Roboto Condensed',sans-serif;
*/
    font-family:'Open Sans',sans-serif; 
    color:#333333;
    text-align:center;
    }

/* a:link    = unvisited link */
/* a:visited = visited link */
/* a:hover   = mouse over link */
/* a:active  = selected link */

a:link,a:visited,a:active {color: orange; text-decoration: none; }
a:hover {color: orange; text-decoration: overline underline; }
