body{
	font-size: 24pt;
	font-family: bn0;
/*	background-color: rgb(0,0,20);
	color: rgb(0,240,0);*/
}

span{
	font-size: 24pt;
}
@font-face{
	font-family: bn0;
	src:    url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn0.ttf") format("truetype"),
			url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn0.eot") format("embedded-opentype");
}
@font-face{
	font-family: bn1;
	src:    url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn1.ttf") format("truetype"),
			url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn1.eot") format("embedded-opentype");
}
@font-face{
	font-family: bn2;
	src:    url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn2.ttf") format("truetype"),
			url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn2.eot") format("embedded-opentype");
}
@font-face{
	font-family: bn3;
	src:    url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn3.ttf") format("truetype"),
			url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn3.eot") format("embedded-opentype");
}
@font-face{
	font-family: bn4;
	src:    url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn4.ttf") format("truetype"),
			url("http://musorok.anyanyelvapolo.hu/bn/fonts/ubuntu_bn4.eot") format("embedded-opentype");
}
.bn1{
	font-family: bn1;
}

.bn2{
	font-family: bn2;
}

.bn3{
	font-family: bn3;
}

.bn4{
	font-family: bn4;
}

div.editor{
	width: 1000px;
	height: 240px;
	font-family: bn0;
	font-size: 24pt;
	line-height: 36pt;
}

textarea{
	width: 1000px;
	height: 240px;
	margin-top: 20px;
	font-size: 12pt;
	line-height: 15pt;
}

div.editor, textarea{
	padding: 10px;
/*	background-color: rgb(10,10,30);
	color: rgb(0,240,0);
*/	border: 1px solid rgb(0,240,0);
}

input{
	font-family: bn0;
	font-size: 20pt;
	vertical-align: middle;
	height: 40px;
/*	background-color: rgb(0,240,0);
	color: rgb(0,0,20);
*/	border: 1px solid rgb(0,200,0);
	margin: 5px 5px 5px 0;
	padding: 2px 5px;
}

input:hover{
/*	background-color: rgb(0,200,0);*/
}
