@font-face { font-family: 'DejaVuSans';
   src: url('fonts/DejaVuSans-webfont.eot');
   src: url('fonts/DejaVuSans-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/DejaVuSans-webfont.woff') format('woff'),
       url('fonts/DejaVuSans-webfont.ttf') format('truetype'),
       url('fonts/DejaVuSans-webfont.svg#webfontDSbtRiqx') format('svg');
   font-weight: normal;
   font-style: normal;
}

body
{
	margin: 40px;
	font-family: 'DejaVuSans', Arial, sans-serif;
}

#aphar
{
	width: 100%;
	margin: 11px auto 11px auto;
}
.aphar { padding-left: 18px; }
#p
{
	position: absolute;
	bottom: 22px;
}

.error { color: #A53620; }