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

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

div.Design
{
    font-size: small;
}

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

div#Motto
{
    font-size: small;
}

