/* Theme Blue Yonder */
 /* Style Attributes */
body
{
font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(#00B7F1, #FFFFFF);
color: #000000;
}
h1
{
color: #FFFFFF;
}
h2
{
color: #FFFFFF;
}
h3
{
color: #FFFFFF;
}
h4
{
color: #FFFFFF;
}
h5
{
color: #FFFFFF;
}
h6
{
color: #FFFFFF;
}

 /* Standard Content */
/* Theme Blue Yonder */
/* Style Attributes */
body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #101F36;
    background: linear-gradient(#FFFFFF, #00B7F1);
}
h1
{
    font-style: normal;
    text-decoration: none;
    color: #101F36;
}
h2
{
    color: #101F36;
    font-style: normal;
    text-decoration: none;
}
h3
{
    color: #101F36;
    font-style: normal;
    text-decoration: none;
}
h4
{
    color: #101F36;
    font-style: normal;
    text-decoration: none;
}
h5
{
    color: #101F36;
    font-style: normal;
    text-decoration: none;
}
h6
{
    color: #101F36;
    font-style: normal;
    text-decoration: none;
}
/* Standard Content */
#page.pcp-page {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    background-color: #00B7F1;
    background-image: linear-gradient(#FFFFFF 0%, #FFFFFF 65%, #00B7F1 100%);
}
/* END Theme Blue Yonder */
/* END Theme Blue Yonder */
