/** African Battlefields abwtours**/

body {
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	background-image : url(images/kaki1.gif);
}

.redday
{
	font-weight : bold;
	font-size : 12pt;
	color: red;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 10px;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	color: black;
	font-size: 10pt;
	text-align : left;
	font-weight : bold;
	
}

#menu a:hover {
	background: red;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}


h1, h2,h3,h4 {
    color: red;
	font-style: bold;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
}

h5 {
	color: Black;
	font-family: Times New Roman, Times, Serif;
	font-style: normal;
	text-align : center;
}

h6 {
    color: Black;
	font-family: Times New Roman, Times, Serif;
	font-style: normal;
	}

p {
	color: black;
	font-style: normal;
	font-family: times new roman, verdana, helvetica, arial, sans-serif;
	font-size: 11pt;
	text-align: justify;
}

a:link, a:visited, a:hover
 {  text-decoration: underline;
}
a:link {
	color: green;
}
a:visited {
	color: black;
}
a:hover {
	color: red;
}

ul li {
	list-style-type: square;
}

/* nav */


.floating {
    float: left;
    width: 112px;
    margin-left: 20px;
    display: inline;
}


