/*
	CSS para frikiNET
	
	Last updated: 30/12/2005
*/


/* Fuente por defecto */
body, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* Enlaces*/
a{
	color:#BB4000;
	text-decoration:none;
}
a:hover{
	color:#FF8040;
	text-decoration:underline;	
}


/* Listas */
li {
	list-style-image:url(lista.gif);
	padding: 1px;
}

