.peachpuff
{
 background-color:peachpuff;
}
.cnc_custom
{
 background-color:#FFCC99;
}
.Section1
{
 margin:10px 50px 25px 50px; /*<!--top, right, bottom, left-->*/
 text-align:justify
}
.ambrose
{
 font-family:Courier New;
 font-weight:bold;
}
h1, h2, h3, h4
{
 text-align:center;
}
hr 
{
 size: 2px;
 width:100%;
 text-align:center;
}
img.pos_fix_left
{
 position:relative;
 top:17px;
 left:50px;
}
img.pos_fix_right
{
 position:relative;
 top:25px;
 right:50px;
}
table,th,td
{
border:1px solid black;
border-collapse:collapse;
}
th, td
{
text-align:center;
white-space:nowrap;
padding:2px;
}
a:link
{
 color:red;
}
a:visited
{
 color:darkviolet;
}
a:hover
{
 color:darkolivegreen;
}
.aliceblue
{
 background-color:aliceblue;
}
.antiquewhite
{
 background-color:antiquewhite;
}
.azure
{
 background-color:azure;
}
.beige
{
 background-color:beige;
}
.bisque
{
 background-color:bisque;
}
