﻿body {
	background-color: #ffccff;
}
#left {
position: absolute;
left: 5px;
top:300px;
Width: 175px;
}
#right {
margin-left: 175px;
margin-right: 0px;
margin-top: 5px;
}
a:link {
	color: #0000ff; background-color: #ccffff; font-family: Comic Sans MS; sans-serif; arial; times; font-weight: bold; font-size: 16px;  
}
a:visited {
        color: #ffccff; background-color: #0000ff; font-weight: bold; font-size: 16px;
}
a:hover {
        color: #ffccff; background-color: #0000ff; font-weight: bold; font-size: 16px;
}
a:active {
	color: #0000ff; background-color: #ffccff; font-family: Comic Sans MS; sans-serif; arial; times; font-weight: bold; font-size: 16px;  
}
img {
        margin: 0px 1px 0px 1px; border: 3px ridge #ccffff;
}
h3 {
       text-align: center; color: #0000ff; font-family: Comic Sans MS; sans-serif; arial; times; font-size: 30px; margin-top: 0px; margin-bottom: 0px;
}
h4 {
       text-align: center; color: #0000ff; font-family: Comic Sans MS; sans-serif; arial; times; font-size: 24px; margin-top: 0px; margin-bottom: 0px;
}
p {
        color: #0000ff; font-family: Comic Sans MS; sans-serif; arial; times; font-size: 18px;
}
hr {
        color: #3300ff; height: 2px; margin-left: 3%; margin-right: 3%; margin-bottom: 0px;
}
p.small {
      text-align: justify; color: #0000ff; font-family: Comic Sans MS; sans-serif; arial; times; font-weight: bold; font-size: 12px;  
}
p.justify {
      text-align: justify; color: #0000ff; font-family: Comic Sans MS; sans-serif; arial; times; font-size: 18px;
}
p.center {
       text-align: center;
}