body{
    background-image: url('../null');
    background-repeat: repeat-x;
    background-color: white;
    font-family: arial;
    margin:0px;
    padding:0px;
}
form
{
    margin:0px;
    padding:0px;
}
hr{
    color: #900;
    background-color: #f00;
    height: 5px;
}
.title{
    font-face:bold;
    font-size:27px;
}
.breadcrumbs{
    font-size:10px;
}
.breadcrumbs a:visited  {
    color: red; 
    text-decoration: none;
}
.breadcrumbs a:link  {
    color: red; 
    text-decoration: none;
}
.breadcrumbs a:active  {
    color: red; 
    text-decoration: none;
}
.breadcrumbs a:hover   {
    color: red; 
    background-color: #EEEEEE;
    text-decoration: underline;
}