/* medium-font.css -- CSS file containing medium 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: small;
}

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

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

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

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

