/* Global */
@font-face
{
	font-family: "Bloodrac";
	src: url('../font/Bloodrac.ttf') format("truetype");
}

@font-face
{
	font-family: "KenyanCoffeeBD";
	src: url('../font/kenyan_coffee_bd.ttf') format("truetype");
}

*
{
	margin: 0;
	padding: 0;
}

body
{
	width: 100%;
	height: 100%;
	background-image: url('Ashika background.jpg');
	background-size: 100%;
    background-repeat: no-repeat;
	font-family: "KenyanCoffeeBD" !IMPORTANT;
	color: white !IMPORTANT;
}

header h1
{
/*
	font-family: "Bloodrac";
*/
	font-size: 60px;
/*
	color: #8B1010;
*/
	text-decoration: none;
	font-weight: normal;
}

.darkred
{
	color: #8B1010;
}

.fontos
{
	color: RGBA(74, 255, 70, 0.9);
}

/*
header h1:hover
{
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
	color: blue;
}
*/

table tbody tr td a, table tbody tr td a:hover
{
	color: darkgreen;
	text-decoration: none;
}