@CHARSET "UTF-8";

* 
	{ 
		padding: 0 0;
		margin: 0 0;
		font-family: Arial;
	}
body
	{
		text-align: center;
		min-width: 800px;
		background: #87AEC5;
	}
.wrapper
	{
		 border: 2px solid yellow;
		 background-color:#BEC5D8;
		 overflow: auto;
		 width:570px;
		 height:600px;
		 padding:7px;
		 position: absolute;
		 top:100px;
		 left:238px;
		 font-family: Verdana, Helvetica, Arial, sans-serif;
		 text-align: left;
	}
	
table{
	border: 2px solid yellow;
	border-collapse: collapse;
	padding: 5px;
	
}
	td{border: 2px solid yellow;
	   padding: 5px;
	}
	th{border: 2px solid yellow;
	   padding: 5px;
	}

ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
	

A:link{
color:blue;
text-decoration:none;
}

A:visited{
color: brown;
text-decoration:none;
}

A:hover {font-size: 106%;text-transform: uppercase; background: #FFFF60;}

A:active {color: red; }

.flag {
	position: absolute;
	top: 20px;
	left: 10px;	
}
	
.navl
	{
	 border:1px;
	 width:180px;
	 height:200px;
	 padding:0;
	 position: absolute;
	 top:100px;
	 left:45px;
	 font-family: Verdana, Helvetica, Arial, sans-serif;
	 font-size:100%;
	 line-height:1.4;
	 text-align: left;
	}
