/* This file contains custom css instructions*/
.txt_justify
{
	text-align: justify;
}

.txt_color
{
	color:rgba(0,255,230,1);
}

.square-div-a
{
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0,255,230,0.6);
	background-color: rgba(0,255,230,0.2);
	padding:5px;
	text-align:center;
	vertical-align:center;
}

a.sqdiv-a-url:link
{
	color:rgba(0,255,230,1);
	font-size:120%;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	border-color:rgba(0,255,230,1);
	//background-color:rgba(255,0,25,0.2);
}

a.sqdiv-a-url:visited
{
	color:rgba(0,200,175,1);
	font-size:120%;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	border-color:rgba(0,200,175,1);	
}

a.sqdiv-a-url:hover
{
	color:rgba(0,255,0,1);
	font-size:120%;
	text-decoration:none;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	border-color:rgba(0,255,0,1);
}

a.sqdiv-a-url:active
{
	color:rgba(0,255,230,1);
	font-size:120%;
	border-style:solid;
	border-width:1px;
	border-radius:5px;
	border-color:rgba(0,255,230,1);
}
