body {
	background-color:  #0095FF;
	font-family: verdana, arial, sans-serif ;
	text-align: center;
	margin-left: 30% ;
	margin-right: 30% ;
	font-size: large;
	color: #444444 ;
}

#body {
position: fixed;
  top: 0px;
  left: 0px;

}

#img{
 padding: 5px;
 background-color:  #ffffff; 
}

#banner {
  background-image: url(images/All/BackBanner.png);
  padding: 10px;
  padding-top: 0px;
  padding-left: 6px; 
  background-repeat: no-repeat ;
  text-align: left;
  position: fixed;
  top: 0px;
  left: 0px; 
  Font-weight: Normal;
  font-size: 2.3em;
  color: #0095FF; 

}

/*******************************/

#text {
	
	text-align: left;
	padding: 5px;
	 background-color:  #ffffff;
      
}

/*******************************/

h1, h2 {

    Font-weight: Normal;
    font-size: 1.6em;
    margin-top: 0px;
    Margin-top: 0.5em; 
}


h2 {
  font-size: 1.2em;
  margin-bottom: 3px;
} 

/*******************************/

.at { 
font-size: 25px;
text-align: center;
}

/*******************************/

.center {
text-align: center;
}

/*******************************/




a {
	color:#0095FF;
	text-decoration:none;
}

a:hover {
	color:#0095FF;
	text-decoration: underline;
}

/*******************************/

li{
list-style-image: url(images/All/Dot.png);
padding-top: 5px;
margin-left: 20px; 
}

/*******************************/

img { border: none;
}

/*******************************/





