
HTML { text-direction: rtl; }

body{
	position: relative;
	font-family: Arial, sans-serif;
	font-size: large;
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	padding: 2px;
	line-height: 35px;
	font-weight: bold;
}

#nav{  background: ButtonHighlight; }

A { color: blue;

padding-top: 1.5% 

}



A:target {
	font-size: x-large;
	color:  blue;
	font-weight: bold;
}

A:link { color:blue;}       /* unvisited link */
A:visited { color:#cd3265;}   /* visited links */
A:active { color: lime; }    /* active links */
	







	
	



