 
	
    /* titles */
    h1.title { font-family: tahoma, verdana, arial, sans; color:#ffa715; font-size: 14px; font-weight:bold; }
    /* subtitles */
    h2.subtitle { font-family: tahoma, verdana, arial, sans; color:#ffa715; font-size: 12px; font-weight:bold; }
    .subtitle { font-family: tahoma, verdana, arial, sans; color:#ffa715; font-size: 12px; font-weight:bold; }

    /* standard links */
    a { font-family: tahoma, verdana, arial, sans; color: #ffa715; font-size: 11px; }
    /* links in the articles categories box (default and selected categories) */
    .articlesCategories { text-decoration: none; color: #ffffff; font-weight:bold}
    .articlesCategoriesSelected { text-decoration: none; color: #595959; font-weight:bold;}
    /* links in footer */
    .footer { color: #ffffff; text-decoration: none;}
    .footer:hover {text-decoration:underline;}
    /* links in litle redish buttons all over the site */
    .smallButtons { text-decoration: none; color: #000000; font-size:10px; font-weight: normal; }

    /* custom style for displaying the name of the "cat of the month" */
    .catOfMonthName { font-family:tahoma, verdana, arial, sans; font-weight:bold; font-size:14px; color:#f59d31; }

    /* standard text all over the site */
    .standard { font-family:tahoma, verdana, arial, sans; color: #000000; font-size: 11px; }
    .standardSmaller { font-family:tahoma, verdana, arial, sans; color: #000000; font-size: 10px; }

    /* this is used on all the textboxes in forms */
    .text { font-family:tahoma, verdana, arial, sans; border:1px solid #000000; color: #000000; font-size:11px; }
    
    /* make this similar to "standard" class.
     this as safety if i forget to put somewhere class="text" :) */
    td { font-family:tahoma, verdana, arial, sans; color: #000000; font-size:11px; }

    /* submenu links */
    .submenu { font-family:tahoma, verdana, arial, sans; font-weight:bold; font-size:11px; color:#ffffff; text-decoration:none; }
    a.submenu:hover {color: #ffb429}
