/* CSS Document */

body{
	margin:0px;
	background:#000000;
	position: fixed;
	height: 100%; width: 100%; left: 0;top: 0;
}

.paritosh{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:25px;
}

.cont-text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:25px;
}

.cont-text a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration:underline;
	line-height:25px;
}

.cont-text a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	text-decoration:none;
	line-height:25px;
}
.cont-text .pdf{ padding:10px 20px; border:2px solid #fff; border-radius:20px; text-decoration:none;
	transition:all ease 0.3s; -moz-transition:all ease 0.3s; -ms-transition:all ease 0.3s; -webkit-transition:all ease 0.3s;}
	.cont-text .pdf:hover{ background:#fff; color:#000;}

	body > table {height: 100%;  }