.header
{
    font-family : Arial , Helvetica , sans-serif;
    background-color : rgb(244 , 249 , 61);
    color : rgb(0 , 0 , 0);
}
.header h1
{
    color : green;
}
.header h2
{
    color : green;
}
.header h3
{
    color : green;
}
.main
{
    font-family : Arial , Helvetica , sans-serif;
    background-color : rgb(245 , 252 , 253);
    color : rgb(0 , 0 , 0);
}
.main h1
{
    color : rgb(19 , 119 , 220);
}
.main h2
{
    color : rgb(19 , 119 , 220);
}
.main h3
{
    color : green;
}
.main strong
{
    color : green;
}
.accent strong
{
    color : black;
    Font-weight : bold;
}
.accent bold
{
    color : black;
    Font-weight : bold;
    Font-family : Arial , Helvetica , sans-serif;
}
.main a:link
{
    color : rgb(0 , 132 , 156);
}
.main a:visited
{
    color : rgb(184 , 101 , 186);
}
.main a:hover
{
    color : rgb(184 , 101 , 186);
}
.sidebar
{
    font-family : Arial , Helvetica , sans-serif;
    color : rgb(0 , 0 , 0);
    font-weight : bold;
    background-color : rgb(19 , 119 , 220);
}
.sidebar a:link
{
    text-decoration : none;
    color : rgb(0 , 0 , 0);
    font-weight : bold;
}
.sidebar a:visited
{
    text-decoration : none;
    color : rgb(246 , 244 , 252);
    font-weight : bold;
}
.sidebar a:active
{
    text-decoration : none;
    color : rgb(255 , 255 , 153);
    font-weight : bold;
}
.sidebar a:hover
{
    text-decoration : none;
    color : rgb(255 , 255 , 153);
    font-weight : bold;
}

