body
{
font-size : 12px;
font-family : arial;
}
a:hover
{
text-decoration : underline;
}
a
{
color : #CB0101;
text-decoration : none;
}
.bord
{
border : 1px solid white;
}
.bord:hover
{
border : 1px solid black;
}
