﻿body {
    background-color: rgba(199, 227, 255, 1);
}

#divTVLinks {
    /*  margin-top: 40px;
       background-color:beige;*/
}

.link-section {
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

.link {
    color: aliceblue;
    /*  background-color: rgba(51, 122, 183, 1);*/
    border: 2px solid transparent;
    font-size: 3.0em;
    height: 200px;
    width: 280px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 6px 6px 12px 0px rgba(120, 120, 120, 1);
    -moz-box-shadow: 6px 6px 12px 0px rgba(120, 120, 120, 1);
    box-shadow: 6px 6px 12px 0px rgba(120, 120, 120, 1);
}

    .link:hover {
        /* #c5f319 */
        color: #cdea2a;
        border: 2px solid #cdea2a;
        cursor: pointer;
    }

.rssItem {
    background-color: rgba(51, 122, 183, 1);
    cursor: pointer;
    /*  width: 320px;
    height: 210px;*/
    width: 240px;
    height: 180px;
    border: solid;
    border-width: 2px;
    border-color: #dfc957;
    text-align: center;
    padding: 4px;
    /*font-size: large;*/
}

    .rssItem .rsstitle {
        font-size: 36px;
        color: yellow;
        /*color: black;*/
        padding: 12px 0;
    }
