﻿@charset "utf-8";
/*
CSS for fotolonk.html
24.04.07
*/
body {
font-family: Verdana, "Trebuchet MS", Arial, sans-serif; 
font-size: 10pt;
}
a:link    { color: blue; text-decoration:none; }
a:visited { color: blue; text-decoration:none;}
a:hover   { color: navy; font-weight: normal; text-decoration:underline; }
a:active  { color: purple; text-decoration:none; }

