@font-face {
   font-family:FiolexGirls;
   src:url(fiolexgirls.ttf);
}

@font-face {
   font-family:Vineta;
   src:url(vineta.ttf);
}

body {
   font-family:'comic sans ms',comic,arial,'ms sans serif','sans serif',verdana;
   font-size:18px;
   margin:5px 20px;
   background-color:#fef7e2;
}

a:link {
   color:#0000ff;
   text-decoration:underline;
}
a:visited {
   color:#666666;
}
a:active {
   color:#ff0000;
}
a:hover {
   color:#ff00ff;
}

.hr1 {
   width:80%;
   border-top:2px solid #ff6666;
   border-bottom:none;
}

.hr2 {
   width:80%;
   border-top:1px dashed #0000ff;
   border-bottom:none;
}

