@charset "utf-8";
/* AALNA CSS */

body {
	background: #660066;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	height: 100%;
}
a {
	color: #660066;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #006766;
}
p {
	font-size: 1.1em;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 15px;
}
h1 {
	color: #006766;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 8px 0;
}
h2 {
	color: #A366A2;
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 0px;
}
ul, ol {
	font-size: 1.1em;
	line-height: 1.3;
}

li {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}


/* TOP MENU */

#TopMenu {
}
#TopMenu a {
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	font-family: Arial, sans-serif;
	text-decoration: none;
}
#TopMenu a:hover {
	text-decoration: underline;
}
