BODY
{
	margin: 0;
 	padding: 0;
 	
	
}

a:link {  color: #666666; text-decoration: underline}
a:visited {  color: #666666; text-decoration: underline}
a:hover {  color: #333333; text-decoration: none}
UL
{
	list-style-image: url('images/ul1.gif');
}

.ADataEntry TD.FldName
{
	background: navy;
	color: white;
	text-align: center;
}

.menu         { color: #FF00FF }

.menu A:link
{
	color: rgb(47,79,79);
}
.menu  A:visited
{
	color: rgb(210,180,140);
}
.menu  A:active
{
	color: rgb(255,255,255);
}

a.headerLink:link { font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: none; }
a.headerLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; text-decoration: underline; }

a.mheadlnk
{
font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ffffff; font-weight: bold; 
}

a.mheadlnk:visited
{
	color: #ffffff;
}

a.mheadlnk:hover 
{
	color:Aqua;
	text-decoration: none; 
}
a.mheadlnka
{
	font-size: 16px;
	color: #ffffff;
	font-family: 'Arabic Transparent' , 'Traditional Arabic' , 'Simplified Arabic';
}

a.mheadlnka:visited
{
	color: #ffffff;
}

a.mheadlnka:hover 
{
	color:Aqua;
	text-decoration: none; 
}
BODY 
{
	text-align: center;
	font-size: 20px;
	font-family:   'Arabic Transparent' , 'Traditional Arabic' , 'Simplified Arabic';
}
p
{
	font-size: 16px;
	color: #663333;
	font-family: 'Tahoma' , 'Simplified Arabic' , 'Arabic Transparent' , 'Traditional Arabic';
	text-align: right;
}
h3{
	font-size: 20px;
	color: #663333;
	font-family:  'Simplified Arabic' , 'Arabic Transparent' , 'Traditional Arabic';
	text-align: center;
}

td
{
	font-size: 20px;
	font-family: 'Tahoma', 'Simplified Arabic' , 'Arabic Transparent' , 'Traditional Arabic';
}
    .floater {
        float: left;
        border: solid 1px black;
        padding: 5px;
        margin: 5px;
    }