﻿
body {
        background-image:url('b_one.jpg');
        background-repeat:no-repeat;
        margin:10px;
        padding:5px;
        margin-left:30px;
        margin-right:10px;
        font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
        text-align:justify;
	
      

}



h1 {font-family:Arial, Helvetica;
font-size: 19.2px;color:#B9D3EE;}

h2 {font-family: Arial, Helvetica;
font-size: 16.8px;color:white;text-align:center;}

h3 {font-family:Arial, Helvetica;
font-size: 13.2px;text-align:center;color:red;}

h4 {font-family: Arial, Helvetica;
font-size:10.8px;text-align:center;color:black;}

 a:link {color:#74BBFB;text-decoration:underline;}
 a:visited {color:#1E90FF;text-decoration:none;}
 a:hover { color:#FF6103;background-color:#000000;}
 a:active {color:#0BB5FF;text-decoration:underline;}

hr {

  height:1px;
  width:80%;
  background:#A4D3EE;
  margin-left:40px;
   }

.navmenu{
	width: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.navmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #76EEC6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style:solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.navmenu ul li{
display: inline;
}

.navmenu ul li a{
	float: left;
	color: #FFFACD;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style:solid ;
	border-right-color: #6996AD;
}

.navmenu ul li a:visited{
color: #0A0A0A;
}

.navmenu ul li a:hover, .navmenu li .selected{
	color: #CDC9A5;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
}
