body  { 
  background-color: rgb(118,170,211);
  /*color:#000000;
  border-left-width:0px;
  border-right-width:0px;*/
  margin-right:0px;
  margin-left:0px;
  margin-top:0px; 

  /*scrollbar-face-color:rgb(155,170,185);
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:rgb(162,172,172);
  scrollbar-shadow-color:rgb(66,66,114);
  scrollbar-highlight-color:#ffffff;
  scrollbar-3dlight-color:rgb(66,66,114);
  scrollbar-darkshadow-Color:#ffffff */
} 

#content
{
    clear:both;
    background:#ffffff;
    width:700px;
	/*height: 100%;*/
	text-align:center; 
	padding-top:10px;
     margin-top:15px;
	margin-right:auto;
	margin-left:auto;
}

table.lang {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(222, 182, 23) rgb(222, 182, 23) rgb(222, 182, 23) rgb(222, 182, 23);
	border-collapse: collapse;
	background-color: white;
}

a.language:link
{
  float: left;
  border-top: 1px solid #DEB617;
  border-bottom: 1px solid #DEB617;
  border-left: 1px solid #DEB617;
  border-right: 1px solid #DEB617;

}

a.language:visited
{
  float: left;
  border-top: 1px solid #DEB617;
  border-bottom: 1px solid #DEB617;
  border-left: 1px solid #DEB617;
  border-right: 1px solid #DEB617;

}

a.language:hover
{
  border-top: 3px solid #DEB617;
  border-bottom: 3px solid #DEB617;
  border-left: 3px solid #DEB617;
  border-right: 3px solid #DEB617;
}

p.location
{
	color: rgb(118,170,211);
}