Mytheme
#header {
    padding:1em 0; 
    margin:0;
    text-align:left;
    background-image:url(http://nectarvillage.wikidot.com/local--files/index/nectarvillagelogo.jpg); 
    background-position:top left;
    background-attachment:fixed;
    background-repeat:repeat; 
    height: 6em;
}

#header a:link {
    color:#eeeeee; 
    text-align:left;
    text-decoration: none;
}
#header a:visited {
    color:#eeeeee; 
    text-align:left;
    text-decoration: none;
}

#header h1 {
    margin-left: 50px;
    font-size:400%;
    text-align:left;
}

h1 {
    /*padding:0; margin:0;*/
    font-size:200%; 
     font-weight: bold; font-style:normal; 
    color:#ea2421; font-family:"Trebuchet MS", verdana, arial, sans-serif;
}

a:link, a:visited {
    color:#3B4471; 
    text-decoration:underline;
}
a:hover {
    color:#3B4471; 
    text-decoration:none;
    background-color: transparent;
}
a:active {
    color:#3B4471; 
    text-decoration:underline;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License