@charset "utf-8";
/* CSS Document */
{
 padding: 0;
 margin: 0;
}
body {
 background-color:#AAAAAA;						
}
#bi_ber{
	margin: 100px auto;
	height: 1000px;
	width: 1450px;
 background-color:#AAAAAA; 
}

h1{
 font-size:20px;
} 
h2{
 color: #333;
 font-size: 50px;
 text-shadow:0.2em 0.2em 4px #CCC;
}
h3 {
 font-size: 40px;
}
h4 {
 font-size: 30px;
}

h5{
	font-size:25px;
}

#txt_ber {
 margin: 200px 10px 10px 300px;
 heigth: 50px;
 width: 500px;
 color: #000000;
 font-family: Arial, Helvetica, sans-serif;
}

