@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'byekan';
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.woff') format('woff');
    src: url('../fonts/BYekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a,p,h1,h2,h3,h4,h5,h6,input,select,option,td,textarea{
	font-family: 'byekan';
}

a{
	text-decoration: none;
	color: white;
}

.btn{
	background-color: #0048C8;
	color:#FFFFFF;
	cursor: pointer;
	font-size:20px;
	border: none;
	border-radius: 10px;
	padding: 2% 12% 2% 12%;
}

td{
	color: #333;
}
