/** African Battlefields **/

body {
    font-family: times new roman, verdana, helvetica, arial, sans-serif;
    font-size: 11pt;
    text-align : left;
    font-weight : normal;
    background-image : url(images/kaki1.gif);
}

#clock  {
	color:yellow;
	background:blue;
	width:118px;
	height:28px;
	font-size:20pt;
	text-align: center;
	azimuth : inherit;
	margin : auto;
}

    
address
    {font-family: times new roman, verdana, helvetica, arial, sans-serif;
    font-size: 14pt;
    text-align : left;
    font-weight : bold;
}

img { border: 1; }

/* set general thumbnail styles */
#pix    { float: left;  }
dt  {  display: inline;  vertical-align:  top; margin:  }


/* MouseOut state (default) - hide larger picture */
#pix a img.hid {
    width: 400px; height:300px;
    position: absolute; right: 10px; left: 170px;
    visibility: hidden;
    }

/* MouseOver state (hover)- reveal larger picture */
#pix a:hover { background: white }
#pix a:hover img.hid { visibility:visible }

.shadow
{
    border-bottom: medium outset Silver;
    border-right: medium outset Silver;
} 

/* 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
{color: blue;
    
}

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;
}



