/* CSS Document */
#home
{
background-repeat:repeat-x;
font-size:12px;
}
#body_hom
{
background-repeat:no-repeat;
}

A:link {
	font-size: 13px; color:#000000; text-decoration: none
}
A:visited {
	font-size: 13px; color:#000000; text-decoration: none
}
A:hover {
	/*FONT-SIZE: 12px; COLOR: #000000; BACKGROUND-COLOR: transparent; TEXT-DECORATION: underline*/
	font-size:13px;color:#009F95;text-decoration:underline;
}

