/* 
	skin para la web de Henderson
	Por Kronoman
	En memoria de mi querido padre
	Copyright (c) 2004, Kronoman
*/

a:visited,a:link,a:active 
{
	text-decoration: none;
	font-size: small;
	padding: 3px;
	color: #000099;
}

a:active 
{
	color: #000099;
}

a:link 
{
	color: #000099;
}

a:visited 
{
	color: #000099;
}

a 
{
	font-size: small;
	display: block;
	width: 100%;
	padding: 3px;
}


body 
{
	font-family: arial,lucidia;
	background-color: #ffffff;
	font-size: small;
}

hr 
{
	color: #9999ff;
	background-color: #9999ff;
	width: 85%;
}

h1,h2,h3,h4,h5,h6 
{
	color: #000099;
}

p 
{
	text-align: justify;
}

/* ------- especiales a partir de aca ------- */


/* link cools, para los menus, etc */
#linkcool a:hover 
{
	background-color: #9999ff;
	color: black;
	text-decoration: none;
	padding: 3px;
}


/* link del modulo de noticias */
#noticias a:hover 
{
	color: red;

	padding: 3px;
}

/* link de los logins :o */
#login_link a:hover
{
	color: red;
	background-color: #ffffff;
}
