
.h1{
	color:#FF0000;
	font-size: 25px;
	font-weight: bold;
	text-align:center;

}

.h2{
	color:#FF0000;
	font-size: 18px;
	font-weight: bold;
	text-align:center;

}

.link{
	color:white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
		
	}


.linkright{
	color:blue;
	text-decoration: none;
	font-size: 14px;

	}

.linkmid{
	color:red;
	text-decoration: none;

}
.center{
	text-align:center;
	color:red;
	font-weight: bold;
 }

.deco{

	text-decoration: none;
	color:blue;

}



.just{
 text-align:justify;

}

.pagging{
	color:blue;
	font-weight: bold;
	font-size: 20px;
 }


