﻿body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #1b1a20;
    background-image: url(../../img/bk_body.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
a:link
{
    text-decoration: none;
    color: #ae9b57;
}
a:hover
{
    text-decoration: none;
    color: #ae9b57;
}
a:visited
{
    text-decoration: none;
    color: #ae9b57;
}
a:active
{
    text-decoration: none;
    color: #ae9b57;
}
/******************************/
/*     C A R A T T E R I      */
/******************************/

h1
{
    color: #ae9b57;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 30px;
    display: block;
    border-bottom: #5a5240 1px solid;
    border-top: #5a5240 1px solid;
    background-color: black;
    padding-left: 15px;
    padding-top: 12px;
    font-style: italic;
    font-weight: normal;
    height: 44px;
    text-align: left;
    vertical-align: top;
}
h2
{
    color: #ae9b57;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 24px;
    display: block;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: normal;
    height: 30px;
}

h3
{
    color: #ae9b57;
    display: block;
    margin-top: 50px;
    font-family: Georgia, "Times New Roman" , Times, serif;
    border-bottom: #5a5240 1px solid;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
    height: 44px;
}
h4
{
    color: #ae9b57;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 22px;
    display: block;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: normal;
}
h6
{
	color: #ae9b57;
	display:block;
	margin-top:30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	height :30px;
	margin-left: 14px;
	
}
p
{
    color: #FFF;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , sans-serif;
    font-size: 14px;
}

