/*
* Create your own, individual colortheme
*/

.themeColor{
     color: rgb(0, 129, 199)
}
.themeColorHover:hover, a:hover{
    color: rgb(0, 129, 199); 
}

.themeColorBackground{
    background-color: rgb(0, 129, 199)
}