a, a:link{
color: #2054b4;
background-color: #ffffff;
}

a:visited {
background-color: #ffffff;
color: #2054b4;
}

a:hover{
text_decoration:underline;
background-color: #ffffff;
}



h1
{
	/* set default font size for skin      (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
	padding: 0;
	font: Arial, Helvetica;
	color: #515151;
	background-color: #ffffff;
	font-size:120%;

}



h2
{
	/* set default font size for skin      (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
	padding: 0;
	font: Arial, Helvetica;
	color: #515151;
	background-color: #ffffff;
	font-size:110%;

}

h3
{
	/* set default font size for skin      (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
	padding: 0;
	font: Arial, Helvetica;
	color: #515151;
	background-color: #ffffff;
	font-size:105%;

}

h4
{
	/* set default font size for skin      (Titles etc. will then use a percentage to specify their sizes) */
    margin: 0;
	padding: 0;
	font: Arial, Helvetica;
	color: #515151;
	background-color: #ffffff;
	font-size:105%;

}






