

/*General properties of the body: 
Background color, -picture, margins.
*/
body {
	background: url(air-charter-background.gif);
	color: #454545;
	MARGIN-LEFT: 5%; 
MARGIN-RIGHT: 5%; MARGIN-TOP: 3%}


a:link {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

td {
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;}

.heading { 
	font-size: 110%; 
	
	text-align:left }


/*Headers:*/
h1	{
                  font-family: Splendid, Gospel, Arial; 
	font-size:140%; 
	font-weight:bold;
color: #FF6600; text-align:center}



h1.t         {   font-family:"Splendid","Gospel"; font-size: 70%; text-align:center}
h2	{ 
	font-size: 120%; 
	font-weight: bold; 
color: #FF6600; text-align:center}

h3	{ 
	font-size: 100%; 
	font-weight: bold; 
color: #FF6600; text-align:center }

h4	{ 
	font-size: 100%; 
	font-weight: bold; 
	text-align:center }

/*Properties for special highlight:*/
.special	{ 
	font-size: 150%; 
	
	color: #FF6600; 
	text-align:center }

.special2	{ 
	font-size: 75%; 
	
	color: #170067; 
	text-align:center }



/*Change distance between list items:*/
li {
 margin-bottom: 5px;
}

.container                    {border-style:double; border-width:3px; border-color:#006800; background-color: #FFFFFF }