body{
margin: 0px;
padding: 0px;
background: #FFFFFF url('images/bg.jpg') repeat-x;
font-family: "Trebuchet MS", Arial;
font-size: 12px;
color: #6E7B9D;
}

h1{
font-family: "Times New Roman";
font-weight: bold;
font-style: italic;
font-size: 16px;
color: #2C3540;
margin-bottom: 10px;
}

h2, h3, h4, h5{
font-family: "Times New Roman";
font-weight: bold;
font-style: italic;
font-size: 14px;
color: #4F819D;
margin-bottom: 10px;
}

a:link,a:active,a:visited{
color: #3E546F;
font-family: "Century Gothic";
font-size: 12px;
text-decoration: underline;
}

a:hover{
color: #A5CCEC;
font-family: "Century Gothic";
font-size: 12px;
text-decoration: none;
}

i, b{
color: #C9B3E5;
}