/*******************/
/* Style structure */
/*******************/

html
{
	margin : 0px;
	padding : 0px;
}

body
{
	padding : 0px;
	background-color : #8cbae6;
	background-image : url("images/background.png");
	margin : 0px;
	background-repeat: repeat-x;
}

h1
{
	color : #FFFFFF;
	font-family : Verdana;
	font-style : italic;
	text-align : center;
	font-size : 24px;
}


.text
{
	color : #FFFFFF;
	font-family : Verdana;
	font-size : 14px;
}


.menu
{
	color : #000000;
	font-family : Verdana;
	font-size : 12px;
	margin-left : 12px;
}


a.geolist
{
	font-size : 10px;
	color : #0000FF;
	text-decoration : none;
}


a.geolist:hover
{
	font-size : 10px;
	color : #FF0000;
	text-decoration : underline;
}

a.link
{
	font-size : 14px;
	color : #FFFFFF;
	text-decoration : underline;
	font-family : Verdana;
	font-weight : bold;
}


a.link:hover
{
	font-size : 14px;
	color : #FF8888;
	text-decoration : underline;
	font-family : Verdana;
	font-weight : bold;
}
