*{
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
} 

a {
    color: #ffcc66;
}

a:visited {
    color: #ed9121;
}

a:hover {
    color: #ed872d;
}

.titles {
    font-family: 'Shadows Into Light', cursive;    
}    

a.menu {
    color: #ffcc66;
    text-decoration: none;
    font-family: 'Shadows Into Light', cursive;    
    font-size: 26px;    
    padding: 0 5px;    
}    

a:visited.menu {
    color: #ffcc66;
    text-decoration: none;
    font-family: 'Shadows Into Light', cursive;    
    font-size: 26px;    
    padding: 0 5px;    
}

a:hover.menu {
    color: #ffcc66;
    text-decoration: none;
    font-family: 'Shadows Into Light', cursive;    
    font-size: 26px;    
    padding: 0 5px;    
}

.currentmenu {
    color: #f30003;
    font-family: 'Shadows Into Light', cursive;    
    font-size: 26px;
    padding: 0 5px;    
}

