﻿body 
{
    font-family: Arial;
}
a {
 	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
#footer 
{
    width: 987px;
	text-align: center;
}
#footer #allrights 
{
    font-size: 11px;
}
#footer #allrights_he
{
    font-size: 11px;
	padding-left: 40px;
}
#footer #allrights a 
{
    color: Black;
}
#footer #allrights_he a 
{
    color: Black;
}
#footer #footerlinks ul
{
    margin: 0;
    padding: 0;
    padding-top: 13px;
	text-align: center;
}
#footer #footerlinks ul li 
{
    list-style-type: none;
    padding-right: 21px;
	float: left;
}
#footer #footerlinks ul li a
{
    font-size: 11px;
    color: Black;
    text-decoration: none;
}
#footer #footerlinks ul li a:hover
{
    font-size: 11px;
    color: Black;
    text-decoration: underline;
}