
/* _____________ TEKST ____________ */

p { color: #000; font-family: Arial; font-size: 12;}
.title {font-weight:bold}

/* _____________ LINKS _____________ */

a { color: #000; text-decoration: none; }
a:link, a:visited { color: #000; text-decoration: underline;  font-family: Arial; font-size: 11;}
a:focus, a:hover, a:active { color: #CCC; text-decoration: underline; font-family: Arial; font-size: 11;}

/* _____________ BODY _____________ */

body { background:#ededed;}