﻿@charset "utf-8";

@font-face
{
	font-family: Jazzhotel;
	src: url('../font/itc-fenice-lt-regular.ttf'),
		 url('../fontitc-fenice-lt-regular.eot'); /* IE9+ */
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: Jazzhotel;
	src: url('../font/itc-fenice-lt-bold.ttf'),
		 url('../fontitc-fenice-lt-bold.eot'); /* IE9+ */
	font-weight: bold;
	font-style: normal;
}
@font-face
{
	font-family: Jazzhotel;
	src: url('../font/itc-fenice-lt-oblique.ttf'),
		 url('../fontitc-fenice-lt-oblique.eot'); /* IE9+ */
	font-weight: normal;
	font-style: oblique;
}


body, p, button, div
{
    color: black;
    font: 16px/140% Arial, Arial Narrow;
}

.theme, .chapter
{
	font-family: Arial, Arial Narrow;
	font-size: 20px;
}

h1
{
    color: #666666;
    font: 25px/140% Arial, Arial Narrow;
}
h2
{
    color: #666666;
    font: 18px/140% Arial, Arial Narrow;
}
h3
{
    color: #666666;
    font: bold 16px/140% Arial, Arial Narrow;
}
h4
{
    color: #666666;
    font: 14px/140% Arial, Arial Narrow;
}
h5
{
    color: #666666;
    font: 14px/140% Arial, Arial Narrow;
}
h6
{
    color: #202020;
    font: italic bold 20px/140% Arial, Arial Narrow;
}
 li a
{
 	text-decoration: none;
}

