body 
{  font-family: 'News Cycle', sans-serif;
   color: #000000;
   font-weight: normal;
   font-size: 14px;
   text-align: center;
   margin: auto;
   background: url(img/bg.png);
}

#footer {
   color: #000000;
   font-weight: normal;
   font-size: 12px;
   width: 700px;
   text-align: center;
   margin: auto;
   background: #FFF3F6;
   padding-bottom: 3px;
}
div#links {
    margin-top : -4px; 
    width : 694px; 
    float : left; 
    display : inline; 
    position : relative; 
}

#links a:link, #links a:active, #links a:visited { 
color : #502C92; 
text-align:center;
padding:5px;
margin: 3px;
font-size: 20px; 
background-color:#F5E0DF;
display:block; } 

#links a:hover { 
color : #000000; 
text-decoration : none; 
} 

a:link, a:visited, a:active {color: #502C92; 
   font-weight: normal;
   text-decoration: none;}

a:hover {color: #000000;
   text-decoration: none;}

#container 
{  width: 700px;
   background: #FFF3F6;
   padding: 1px;
   margin: auto;
   overflow: auto;
   text-align: left;}

#image
{  width: 700px;
   height: 450px;
   background: #FFF3F6 url(img/header.png);
   padding: 0px;
   margin: auto;
   overflow: auto;
   text-align: left;}
 
 
div#content 
{   margin-top: -25px;
    margin-left: 3px;
    margin-right: 3px;
    width: 694px;
    padding: 0px;
    text-align: justify;
    font-weight: normal;
    position: relative;}
 
 
h1{
    color:#502C92;
    font-family: 'Indie Flower', cursive;
    font-size:24px;
	letter-spacing:3px;
	text-align:left;
	text-transform:lowercase;
	border-bottom:2px solid #C5100C;
	margin-bottom:2px;}
    
h1:first-letter { color:#C5100C; 
	text-transform:uppercase;}

h2 {color: #502C92;
    font-size: 20px;
    font-family: 'Indie Flower', cursive;
    letter-spacing: 1px;
    text-align: center;
    background: #F5E0DF;}

TR
{   color: #000000; 
    background: transparent;
    padding: 2px;
    font-weight: normal;
    font-size: 11px;}

input, textarea, option, select 
{
background:#F5E0DF;
font-family: 'News Cycle', sans-serif;
   color: #000000;
   font-weight: normal;
   font-size: 14px;
text-decoration: none;
text-align: left;
border: 1px solid #502C92;
cursor:default;}

b, strong {color: #C5100C;}

.icon {background: #fff;
    padding:4px;
    margin: 4px; 
    border: 2px solid #502C92;
    border-radius: 10px;}