a:link {
    color: black;
    background-color: transparent;
    text-decoration: underline;
    font-size: 15px;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

/*
a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}*/

.ui-widget {
    font-size: 115% !important;
}

/*.ui-layout-center .ui-layout-unit-content {
    background-image: url("/market/javax.faces.resource/img/logo.png.faces");
}

.ui-layout-north .ui-layout-unit-content {
    background-color: red;
    font-size: 90% !important;
}

.ui-layout-center .ui-layout-unit-content {
    background-color: yellow;
}

.ui-layout-south .ui-layout-unit-content {
    background-color: green;
}*/

