a{cursor:pointer;}

a.cab{text-decoration: none;
color:white;
}

a.cab:visited{text-decoration: none;
color:white;
}

a.cab:hover{text-decoration: none;
color: orange;
}



a.norm{text-decoration: none;
color:red;
}

a.norm:visited{text-decoration: none;
color:red;
}

a.norm:hover{text-decoration: underline;
color:orange;
}

a.foot{text-decoration: none;
font-size: 12px;
color:black;
}

a.foot:visited{text-decoration: none;
font-size: 12px;
color:black;
}

a.foot:hover{text-decoration:underline;
font-size: 12px;
color: orange;
}

td.hedp{ background-image: url(f1/a.png);
background-repeat: repeat-x;
}

td.hed{ background-image: url(f1/b.png);
background-repeat: repeat-x;

}

td.cont{padding:15px;
}

img.floatleft{
float:left;
}

img.floatright{
float:right;
}

img.floatright2{
float:right;
margin: 15px;
}


body{
font-family:Sans-Serif;
font-size: 10 px;
}