body {
		 background-color: #222222;
		 color: #AAAAAA;
}

a:link    {font-style: normal; text-decoration: none; color:#FFFF00}
a:visited {font-style: normal; text-decoration: none; color:#AAAA00}
a:hover   {font-style: normal; text-decoration: none; color:white}
a:active  {font-style: normal; text-decoration: none; color:white}

h1 {
    font-family: sans-serif;
    font-size: 150%;
    font-weight: bolder;
    color: #222222;
    background-color: #AAAAAA;
}

h2 {
    font-family: sans-serif;
    font-size: 120%;
    font-weight: bolder;
    color: #222222;
    background-color: #AAAAAA;
}

/*========== Menu elements ==========*/

div.menu {
    font-size: 100%;
		color: #222222;
    background-color: #FFFF00;
}

/*
h1.menu {
    width: 100%;
    color: white;
    font-family: sans-serif;
    font-weight: bolder;
    font-variant: small-caps;
    font-size: 100%;
    background-color: #0000C0;
}
*/

a.menu:link    {color: #222222;}
a.menu:visited {color: #222222;}
a.menu:hover   {color: #0000C0; background-color: white;}
a.menu:active  {color: #0000C0; background-color: white;}

/*========== Content elements ==========*/

div.content {
    background-color: #222222;
    color: #AAAAAA;
}

/*========== Header elements ==========*/

div.header {
    background-color: #222222;
    color: #AAAAAA;
}

/*========== Footer elements ==========*/

div.footer {
    background-color: #222222;
    color: #AAAAAA;
}
