.header
{
    font-family : Arial , Helvetica , sans-serif;
    background-color : rgb(53 , 29 , 180);
    color : rgb(246 , 244 , 252);
}
.header h1
{
    color : rgb(255 , 255 , 255);
}
.header h2
{
    color : rgb(147 , 229 , 215);
}
.header h3
{
    color : rgb(147 , 229 , 215);
}
.main
{
    font-family : Arial , Helvetica , sans-serif;
    background-color : rgb(246 , 244 , 252);
    color : rgb(0 , 0 , 0);
}
.main h1
{
    color : rgb(22 , 12 , 73);
}
.main h2
{
    color : rgb(0 , 128 , 107);
}
.main h3
{
    color : #351DB4;
}
.main strong
{
    color : rgb(22 , 12 , 73);
}
.main a:link
{
    color : rgb(21 , 0 , 132);
}
.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(246 , 244 , 252);
    font-weight : bold;
    background-color : rgb(0 , 128 , 107);
}
.sidebar a:link
{
    text-decoration : none;
    color : rgb(246 , 244 , 252);
    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;
}
