a:link 
	{
	text-decoration : none;
	color : #55A0FF;
	}

a:visited
	{
	text-decoration : none;
	color : #55A0FF;
	}

a:hover
	{
	text-decoration : none;
	color : #FF0000;
	font-weight : bold;
	}

body
	{
	background-color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	}
	
.headline
	{
	font-size : 24px;
	}

.headline2
	{
	font-size : 20px;
	}

.link
	{
	font-size : 14px;
	}