BODY{
	margin:0;
	background:blue url(images/body.gif);
	font-family:Tahoma, Geneva, sans-serif;
}
.title1{
	color:white;
	font-size:16px;
	font-weight:bold;
}
.text1{
	color:#F2F2F2;
	font-size:12px;
	direction:rtl;
	line-height:20px;
}
A {
text-decoration:none;
color:#FF0;
font-weight:bold;	
}
A:hover {
color:yellow;	
}
.box1{
border:1px dashed #999;
height:350px;
padding:5px;
background:#004184	
}
.box2{
border-top:1px dashed #999;
height:250px;
padding:5px;
}
.image_box1{
height:200px;	
}
.footer_box1{
	border-top:1px dashed #999;
	height:250px;
	width:300px;
	background:#3e72a5;
}
.nav a{
color:white;
font-size:14px;
text-decoration:none;	
padding:10px;	
background:#102C54;
width:150px;
height:20px;
float:right;
border-left:1px solid gray;
text-align:center;

}
.nav a:hover{
background:#039;
color:yellow;
font-size:14px;
text-decoration:none;
padding:10px;	
}
