/* tiny-font.css -- CSS file containing tiny 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, select, option, pre, tt, kbd, plaintext, samp
{
    font-size: xx-small;
}

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

div.Design
{
    font-size: 80%;
}

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

div#Motto
{
    font-size: 80%;
}

