﻿body 
{
    direction:rtl;
    font-family:Arial;
}
a
{
    color:Blue;
}
a:hover
{
    color:Red;
}