<?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?>;
        }            

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;
        }       
