/* CSS / frenzy.css
 *
 * for frenzy.hu (www.frenzy.hu)
 * 
 * (c) 2001-2004 by Lenard Gunda
 *
 */
 
*,body,p,blockquote,table,td,tr,a
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 12px;
}

/* 
 * anchor / flist
 */
a.flist:link { text-decoration: none; 
               color: #FFFF00; 
               font-family: verdana; 
               font-weight: bold; 
               font-size: xx-small }
               
a.flist:visited { text-decoration: none; 
                  color: #FFFF00; 
                  font-family: verdana; 
                  font-weight: bold; 
                  font-size: xx-small }
                  
a.flist:hover { text-decoration: none; 
                color: #FFFF80; 
                font-family: verdana; 
                font-weight: bold; 
                font-size: xx-small }
                
/* 
 * anchor / mlink
 */
a.mlink:link { text-decoration: none; color: #000000; font-family: verdana; font-weight: bold;  }
a.mlink:visited { text-decoration: none; color: #000000; font-family: verdana; font-weight: bold;  }
a.mlink:hover { text-decoration: none; color: #800000; font-family: verdana; font-weight: bold; }

/* 
 * anchor / chlink
 */
a.chlink:link { text-decoration: none; color: #000000; font-family: verdana; font-weight: bold; font-size: x-small }
a.chlink:visited { text-decoration: none; color: #000000; font-family: verdana; font-weight: bold; font-size: x-small }
a.chlink:hover { text-decoration: underline; color: #A00000; font-family: verdana; font-weight: bold; font-size: x-small }

/*
 * ndlink / new design
 */
a.ndlink:link { text-decoration: none; color: #0000A0; font-family: verdana; font-weight: bold; font-size: x-small }
a.ndlink:visited { text-decoration: none; color: #0000A0; font-family: verdana; font-weight: bold; font-size: x-small }
a.ndlink:hover { text-decoration: underline; color: #000000; font-family: verdana; font-weight: bold; font-size: x-small }

/* 
 * anchor / linkpage
 *  for the Links page
 */
a.linkpage:link { text-decoration: none; 
               color: #A00000; 
               font-family: verdana; 
               font-weight: bold; 
               font-size: x-small }
               
a.linkpage:visited { text-decoration: none; 
                  color: #A00000; 
                  font-family: verdana; 
                  font-weight: bold; 
                  font-size: x-small }
                  
a.linkpage:hover { text-decoration: underline; 
                color: #000000; 
                font-family: verdana; 
                font-weight: bold; 
                font-size: x-small }

/* 
 * anchor / progs
 */
a.progs:link, a.progs:visited
{
    text-decoration: none; 
    color: #000000; 
    font-family: verdana; 
    font-weight: bold; 
    font-size: x-small;
}
               
a.progs:hover
{
    text-decoration: underline overline;
    color: #B00000; 
    font-family: verdana; 
    font-weight: bold; 
    font-size: x-small;
}

a.progs2:link, a.progs2:visited
{
    text-decoration: none; 
    color: #FFFFFF; 
    font-family: verdana; 
    font-weight: bold; 
    font-size: x-small;
}
               
a.progs2:hover
{
    text-decoration: underline;
    color: #C9B577; 
    font-family: verdana; 
    font-weight: bold; 
    font-size: x-small;
}

p.progs
{
    color: #FFFFFF; 
}

table.progstable
{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/* 
 * table / newstable
 *  for the Main page
 */
table.newstable
{ 
    border-top: 1px solid #203359;
    border-left: 1px solid #203359;
    border-right: 1px solid #203359;
    border-bottom: 1px solid #203359;
}

/* 
 * table / menutable
 *  for the Main page
 */
table.menutable
{ 
    border-top: 2px solid #203359;
    border-left: 2px solid #203359;
    border-right: 2px solid #203359;
    border-bottom: 2px solid #203359;
}

/*
 * form elements
 */
.frenzybutton
{
    border-top: 2px solid #74705E;
    border-left: 2px solid #74705E;
    border-right: 2px solid #74705E;
    border-bottom: 2px solid #74705E;
    background-color: #FFF6CE;
    color: #000000;
} 

.frenzyinput
{
    border-top: 1px solid #74705E;
    border-left: 1px solid #74705E;
    border-right: 1px solid #74705E;
    border-bottom: 1px solid #74705E;
    background-color: #FFF6CE;
    color: #000000;
} 

