/*****************************************\
 * Filename: css/sanja.php               *
 * Base URL: includes.randria.info       *
 * Document type: Cascading Style Sheet  *
 * Author: Fidinirina RANDRIA            *
 * Email: fidinirina@randria.info        *
 * URL: http://www.randria.info          *
 * Last-modified: 2005/12/05             *
 * Copyright (c) 2005 Fidinirina RANDRIA *
\*****************************************/

/**
 * A Style
 */
A {
    background: #DDDDFF;
    color: #0000FF;
    text-decoration: none;
}
A:hover {
    background: #DDDDFF;
    color: #FF0000;
}
A.currentmm {
    background: #BDD3FF;
    color: #0000FF;
}
A.currentmm:hover {
    background: #BDD3FF;
    color: #FF0000;
}
A.notcurrentmm {
    background: #9EC9FF;
    color: #0000FF;
}
A.notcurrentmm:hover {
    background: #BDD3FF;
    color: #FF0000;
}
A.notcurrentsm {
    background: #BDD3FF;
    color: #0000FF;
}
A.notcurrentsm:hover {
    background: #DDDDFF;
    color: #FF0000;
}

/**
 * BODY Style
 */
BODY {
    background: #DDDDFF;
    color: #000000;
    font: normal 80% verdana, tahoma, arial, helvetica, sans-serif;
    text-align: justify;
}

/**
 * IMG Style
 */
IMG {
    border: 0;
}

/**
 * P Style
 */
P.center {
    text-align: center;
}
P.content {
    margin: 1em;
    text-align: justify;
}
P.header {
    background: url(http://sanja.randria.info/images/mm.gif) #DDDDFF;
    color: #000000;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}
P.menu3 {
    background: #BDD3FF;
    color: #000000;
    font: bold 80% verdana, tahoma, arial, helvetica, sans-serif;
    text-align: center;
    white-space: nowrap;
}
P.note {
    font: italic bold 100% times, serif;
    margin: 1em;
    text-align: justify;
}
P.title {
    font: bold 120% verdana, tahoma, arial, helvetica, sans-serif;
    text-align: center;
}
P.user {
    background: #DDDDFF;
    color: #00C000;
    font: 70% verdana, arial, sans-serif;
    margin: 0;
    text-align: left;
}
P.valid {
    background: #DDDDFF;
    color: #808080;
    font: 80% arial, verdana, sans-serif;
    text-align: center;
}
P.webmaster {
    font: 70% verdana, arial, sans-serif;
    margin: 0;
    text-align: right;
}

/**
 * SPAN Style
 */
SPAN.current {
    background: #BDD3FF;
    color: #EF7F1F;
    font: bold 100% verdana, arial, sans-serif;
}
SPAN.currentsub {
    background: #DDDDFF;
    color: #EF7F1F;
}
SPAN.mainmenu {
    background: #9EC9FF;
    color: #000000;
    font: bold 100% verdana, tahoma, arial, helvetica, sans-serif;
}
SPAN.pagetitle {
    background: #7FBFFF;
    color: #EEEEEE;
    font: normal 200% verdana, tahoma, arial, helvetica, sans-serif;
}
SPAN.submenu {
    background: #BDD3FF;
    color: #000000;
    font: bold 80% verdana, tahoma, arial, helvetica, sans-serif;
}

/**
 * TD Style
 */
TD.nowrap {
    white-space: nowrap;
}

/**
 * UL Style
 */
UL {
    margin-top: 0;
    margin-bottom: 1ex;
    text-align: left;
}
