/***********************************************************
* AXF CMS - Content Management System for PHP and MySQL    *
*                                                          *
* Copyright (C) 2007 Dmitry Ananyev <d.ananyev@gmail.com>  *
*                                                          *
* License: LGPL, see LICENSE                               *
***********************************************************/

@import url('style_common.css');

p {
    font-family : Tahoma;
    font-size : 12px;
    /* color : #003399; */
}

.mainDiv, .mainDiv p
{
    font-family : Arial;
    font-size : 12px;
    color : #003399;
}

.mainDiv a {
    font-family : Arial;
    font-size : 12px;
    color : #003399;
    text-decoration : underline;
    font-weight : bold;
}

.mainDiv a:hover {
    font-family : Arial;
    font-size : 12px;
    color : #ff3300;
    text-decoration : none;
    font-weight : bold;
}
