﻿body {
}
/* LightPurple Border DarkPurple Back*/
.DarkPurpleWrapper
{
    padding: 5px;
    background-color: #660099;
    border-right: #9933cc 5px solid;
    border-top: #9933cc 5px solid;
    border-left: #9933cc 5px solid;
    border-bottom: #9933cc 5px solid;
}
.DarkPurpleWrapper h1
{
    font-family: 'Comic Sans MS';
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.DarkPurpleWrapper h2
{
    font-family: 'Comic Sans MS';
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.DarkPurpleWrapper p
{
    font-family: 'Comic Sans MS';
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
.DarkPurpleWrapper a
{
    font-family: 'Comic Sans MS';
    color: #9933ff;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
/*END*/

/* DarkPurple Border Light Purple Back*/
.LightPurpleWrapper
{
    padding: 5px;
    background-color: #9933cc;
    border: 5px solid #660099;
}
.LightPurpleWrapper h1
{
    font-family: 'Comic Sans MS';
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.LightPurpleWrapper h2
{
    font-family: 'Comic Sans MS';
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.LightPurpleWrapper p
{
    font-family: 'Comic Sans MS';
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
.LightPurpleWrapper a
{
    font-family: 'Comic Sans MS';
    color: #9933ff;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
/*END*/

/* DarkPurple Border Light Purple Back*/
.WhiteBlueWrapper
{
    padding: 5px;
    background-color: #ffffff;
    border-right: #0033ff 5px solid;
    border-top: #0033ff 5px solid;
    border-left: #0033ff 5px solid;
    border-bottom: #0033ff 5px solid;
}
.WhiteBlueWrapper h1
{
    font-family: 'Comic Sans MS';
    color: #440e61;
    font-size: 20px;
    font-weight: bold;
}
.WhiteBlueWrapper h2
{
    font-family: 'Comic Sans MS';
    color: #440e61;
    font-size: 14px;
    font-weight: bold;
}
.WhiteBlueWrapper p
{
    font-family: 'Comic Sans MS';
    color: #0033ff;
    font-size: 12px;
    font-weight: normal;
}
.WhiteBlueWrapper a
{
    font-family: 'Comic Sans MS';
    color: #9933ff;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
/*END*/

/* DarkPurple Border Light Purple Back*/
.WhitePurpleWrapper
{
    padding: 5px;
    background-color: #ffffff;
    border-right: #6633ff 5px solid;
    border-top: #6633ff 5px solid;
    border-left: #6633ff 5px solid;
    border-bottom: #6633ff 5px solid;
}
.WhitePurpleWrapper h1
{
    font-family: 'Comic Sans MS';
    color: #440e61;
    font-size: 20px;
    font-weight: bold;
}
.WhitePurpleWrapper h2
{
    font-family: 'Comic Sans MS';
    color: #440e61;
    font-size: 14px;
    font-weight: bold;
}
.WhitePurpleWrapper p
{
    font-family: 'Comic Sans MS';
    color: #0033ff;
    font-size: 12px;
    font-weight: normal;
}
.WhitePurpleWrapper a
{
    font-family: 'Comic Sans MS';
    color: #9933ff;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
/*END*/
h1
{
    font-family: 'Comic Sans MS';
    color: #000066;
    font-size: 24px;
    font-weight: bold;
}
h2
{
    font-family: 'Comic Sans MS';
    color: #000066;
    font-size: 20px;
    font-weight: bold;
}
p
{
    font-family: 'Comic Sans MS';
    color: #000066;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}


