/* CSS Document */

body {
background-image:url(images/bg_site.png);
background-repeat:repeat-x;
background-color:#006600; /*green*/
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:100.1%;
color:#000;

}


h1 {
font-size:200%;
}

h2 {
font-size:160%;
}


h3 {
font-size:130%;
font-style:italic;
}


a:link {
color:#CC0000; /*bright red*/
text-decoration:none;
}

a:visited {
color:#ccc; /*grey*/
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#fff; /*white*/
text-decoration:none;
}


#content a:link, #gallery a:link {
color:#fff; /*white*/
text-decoration:none;
}

#content a:visited, #gallery  a:visited {
color:#ccc; /*grey*/
text-decoration:none;
}

#content a:hover, #gallery a:hover, #content a:active, #gallery  a:active, #content a:focus, #gallery  a:focus {
color:#cc0000; /*red*/
text-decoration:none;
}

#larger {
border:4px solid #cc0000;
}

#footer {
font-size:85%;
text-align:center;
}

.red {
color:#CC0000; /*bright red*/
}

.white {
color:#fff;
}




