/* CSS Document */

body
{
  font-family: Verdana;
  font-size: 12px;
  text-align: justify;
  color: #2e3192;
  background-color:#FFFFFF;
}
A
{color:  #2e3192;
text-decoration:none;
}
A :hover
{
color: #f6821f;
text-decoration:underline;
}

p
{
text-align:justify;
font-size:12px;
color:  #2e3192;
}
p a
{color:  #2e3192;
text-decoration:none;
}
p a:hover
{
color: #f6821f;
text-decoration:underline;
}
h1
{
font-size:24px;
text-align:center;
font-weight:bold;
color: #f6821f;
font-family:"Comic Sans MS";
}
h2
{
font-size:16px;
color: #2e3192;
text-align:left;
font-weight:bold;
}
h2 a
{
color: #2e3192;
text-decoration:none;
}
h2 a:hover
{
color: #f6821f;
text-decoration:underline;
}
h3
{
font-size:16px;
color: #2e3192;
text-align:right;
font-weight:bold;
font-family:Verdana;
}
h3 a
{
color: #2e3192;
text-decoration:none;
}
h3 a:hover
{
color: #f6821f;
text-decoration:underline;
}
h4
{
font-size:14px;
text-align:center;
font-weight:bold;
color: #f6821f;
font-family:"Comic Sans MS"
}
.footer
{
font-size:14px;
text-align:center;
font-weight:bold;
color: #f6821f;
font-family:"Comic Sans MS";
vertical-align:middle;
}
.phrases
{
font-size:16px;
text-align:right;
color: #f6821f;
font-family:"Comic Sans MS";
font-weight:bold;
}
.witch
{
font-size:10px;
color:#2e3192;
text-align:right;
font-weight:bold;
}
.witch a
{
text-decoration:none;
color:#2e3192;
}
.witch a:hover
{
text-decoration:underline;
color:#2e3192;
}