@charset "utf-8";
.pppp a {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #000000;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background-image: -webkit-linear-gradient(313deg,rgba(255,210,109,1.00) 0%,rgba(226,194,255,0.70) 23.83%,rgba(0,255,16,0.75) 48.29%,rgba(255,250,101,0.64) 78.13%,rgba(255,74,246,1.00) 100%);
    background-image: -moz-linear-gradient(313deg,rgba(255,210,109,1.00) 0%,rgba(226,194,255,0.70) 23.83%,rgba(0,255,16,0.75) 48.29%,rgba(255,250,101,0.64) 78.13%,rgba(255,74,246,1.00) 100%);
    background-image: -o-linear-gradient(313deg,rgba(255,210,109,1.00) 0%,rgba(226,194,255,0.70) 23.83%,rgba(0,255,16,0.75) 48.29%,rgba(255,250,101,0.64) 78.13%,rgba(255,74,246,1.00) 100%);
    background-image: linear-gradient(137deg,rgba(255,210,109,1.00) 0%,rgba(226,194,255,0.70) 23.83%,rgba(0,255,16,0.75) 48.29%,rgba(255,250,101,0.64) 78.13%,rgba(255,74,246,1.00) 100%);
}
.pppp a:hover {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: aliceblue;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    background-color: #0A0A0A;   
}
