/********************************************************
   content_personal.css
   (C) Mangrove 2007
   Personal pages style properties
********************************************************/

/* default tags */
a:link, a:visited
{
	color: #ef3b33;
	text-decoration: underline;
}

a:hover, a:active
{	
	color: #ef3b33;
	text-decoration: underline;
}

h1, h2, h3, h4
{	
	color: #ef3b33;	
}

/* footer */
div#footer
{
	background: #cfccc0;
}

