<?php
    header('Content-type: text/css');
	include("../settings.php");
?>

a:link  {       
        text-decoration:        underline;
        color:  <?=$Link_FgColor?>;
        }       
                
a:visited       {       
        text-decoration:        underline;
        color:  <?=$Link_FgColor?>;
        }       
                
a:active        {       
        text-decoration:        underline;
        color:  <?=$Link_FgColor?>;
        }       

a:hover {
        text-decoration: none;
        color:  <?=$Link_FgColor?>;
        background:     <?=$Link_BgColor?>;
        }            

.news_head {
        color:  white;	
				}

.news_head a:link, .news_head a:visited {
        color:  white;	
				}

.news_head a:hover {
        text-decoration: none;
        color:  black;
        background:     <?=$Link_BgColor?>;	
				}

.menu_head {
        color:  white;	
				}

.menu_head a:link, .menu_head a:visited {
        color:  white;	
				}

.menu_head a:hover {
        text-decoration: none;
        color:  black;
        background:     <?=$Link_BgColor?>;	
				}


body    {
	font-size: 12px;
        font-weight:    normal;
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;
        }       

p, blockquote, ul, ol, dl, dd, li, dir, menu    {       
        /* inherit from body */ 
        }       

table, tbody, tr, td    {       
	font-size: 12px;
        font-weight:    normal;
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        font-family:    Verdana, Geneva, Arial, Helvetica, sans-serif;
        }       
