/* cafe.css - CSS pre stranku o kave */

a            { text-decoration: none }
a:hover      { text-decoration: underline; color: #CC0000 }
.text1       { font-family: Times New Roman; font-size: 10pt }
.text2       { font-family: Arial; font-size: 8pt }
.title1      { font-family: Tahoma; font-size: 10pt; color: #FFFFFF; font-weight: bold }
.title2      { font-size: 14pt; font-family: Tahoma; color: #800000; font-weight: bold }
.title3      { font-size: 18pt; font-family: Tahoma; font-weight: bold }
.subtitle    { font-size: 12pt; font-family: Arial; font-weight: bold }
.copyright		{ text-align: left; font-family: Arial; font-size: 8pt; color: #000000; font-weight: normal }
