/* CSS Document */
/*==============================*/
/*		Aerial Arts STYLE!!! 	*/
/*==============================*/
/*Index Style*/
p, b, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color:#cc3300;
	margin-bottom: 10px;
}

h2 {
	font-size:1.5em;
	color:#CC3300;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2em;
	color:#333;
}

h4 {
	font-size:14px;
	font-weight:700;
	line-height:20px;
}

h5 {}

p {margin: 7px 0;}
em {font-style: italic;color:#008fd4;}
strong {font-size: 1.1em;font-weight:600;color:#FF0000;}

.fineprint {font-style: italic; color: #ff0000;}


.right {text-align: right;}


a:link {
	text-decoration: none;
	font-style: normal;
	color:#CC0033;
}

a:visited {
	text-decoration: none;
	color: #CC3300;
}

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

a:active {
	text-decoration: none;
	color:#CC3300;
}


footer p, footer a {
	color: #999;
}

footer a {text-decoration: underline;}

ul.a {
	list-style-type:none;
	font-size: 16px;
}


/* ++++++++++++++++++++++++*/
/*external content styling */
/*+++++++++++++++++++++++++*/

#listing {
	font-weight:500;
}

.info {
	list-style-type:georgian;
}


