/* small-font.css -- CSS file containing small font parameters.  */

/*
 * Copyright (C) 2005 Tudor Hulubei <tudor@hulubei.net>.
 * Distributed under the GNU General Public License.
 */

html, body, p, i, b, u, em, strike, cite, blockquote, span, img, li, ul, ol, dl, dt, dd, input, textarea, button, select, option, pre, tt, kbd, plaintext, samp
{
    font-size: x-small;
}

h1 { font-size: 18px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 8px; }
h6 { font-size: 6px; }

div.Design
{
    font-size: xx-small;
}

a.SmallFont,
a.SmallFont:link,
a.SmallFont:visited,
a.SmallFont:hover,
a.SmallFont:active,
a.SmallFont:focus
{
    color: red;
}

div#Motto
{
    font-size: xx-small;
}

