@charset "utf-8";

/******************* Layout style elements ********************/

.header a, .header a:visited { color:#eee; }
.header a:hover {color:#fff; }

.content
{
background-color:#EEE;
width:100%;
}
/*.content a { text-decoration:none; }*/

.footer
{
text-align: center;
color:#333;
font-size:xx-small;
}
.footer a, .footer div, .footer span, .footer td, .footer p, .footer a:visited {font-size: x-small; color:#999;};
.footer a:hover {font-size:x-small;color:#CCC;}

