# $ApsCVS: www/sitestyle.wml,v 1.1.1.1 2000/07/28 22:02:55 andreas Exp $
#include "styledefs.inc"

ol, ul, p, td {
font-family: <get-var font_style_default>;
font-size: <get-var font_size_default>;
}

p.code {
color: <get-var col_code>;
font-family: <get-var font_style_code>;
font-size: <get-var font_size_default>;
}

td.newsdate {
font-family: <get-var font_style_default>;
font-weight: bold;
font-size: <get-var font_size_news_date>;
background-color: <get-var col_news_date_bg>;
}

td.newstitle {
font-family: <get-var font_style_default>;
font-weight: bold;
font-size: <get-var font_size_news_title>;
background-color: <get-var col_news_title_bg>;
}

p.newsbody {
font-family: <get-var font_style_default>;
font-size: <get-var font_size_news_item>;
}

td.newsitem {
background-color: <get-var col_news_item_bg>;
}

td.linkgrouptitle {
font-family: <get-var font_style_default>;
font-weight: bold;
font-size: <get-var font_size_linkgroup_title>;
background-color: <get-var col_linkgroup_title_bg>;
}

td.linkgroupbody {
background-color: <get-var col_linkgroup_body_bg>;
}

td.linkdescurl {
font-family: <get-var font_style_default>;
font-size: <get-var font_size_linkdesc_url>;
background-color: <get-var col_linkdesc_url_bg>;
}

td.linkdescbody {
font-family: <get-var font_style_default>;
font-size: <get-var font_size_default>;
background-color: <get-var col_linkdesc_body_bg>;
}


td.menuitem {
background-color: <get-var col_menu_item_bg>;
font-family: <get-var font_style_default>;
font-size: <get-var font_size_menu_item>;
}

td.menuitemsel {
background-color: <get-var col_menu_item_sel_bg>;
font-family: <get-var font_style_default>;
font-size: <get-var font_size_menu_item>;
}

td.menuheader {
font-family: <get-var font_style_default>;
font-weight: bold;
font-size: <get-var font_size_menu_title>;
background-color: <get-var col_menu_header_bg>;
}

H1 {
font-family: <get-var font_style_headings>;
font-size: 20pt;
}

H2 {
font-family: <get-var font_style_headings>;
font-size: 16pt;
}

H3 {
font-family: <get-var font_style_headings>;
font-size: 14pt;
}

H4 {
font-family: <get-var font_style_headings>;
font-size: 12pt;
}

A {
text-decoration: none;
}

A:link {
color: <get-var col_link_default>;
font-weight: bold;
}

A:visited {
color: <get-var col_link_visited>;
font-weight: bold;
}

A:active {
color: <get-var col_link_active>;
font-weight: bold;
}

A:hover {
text-decoration: underline;
color: <get-var col_link_hover>;
font-weight: bold;
}

BODY {
background-color: <get-var page_bg_color>;
background-image: url("<get-var page_bg_image>");
}

pre {
font-family: <get-var font_style_code>;
}

pre.code {
color: <get-var col_code>;
}

pre.newsheaders {
color: #006000;
}

pre.newsmessage {
color: #400000;
}

pre.newsquote1 {
color: #000060;
}

pre.newsquote2 {
color: #900000;
}

.general {
font-family: <get-var font_style_default>;
font-size: <get-var font_size_default>;
}

.intro {
font-family: <get-var font_style_default>;
font-size: <get-var font_size_default>;
}

# vim: set ft=css:
