/* external CSS file */
/* filename 'ana.css' */

body {
	background-color: #B1CDDB;
	margin:0;
}
img {
	border:0;
}
h1, h2, h3, h4, h5 {color: #546E7B;}
p {
	color: #546E7B;
	font-family:Georgia, "Times New Roman", Times, serif;
}
P.text {text-indent: 5%; color: #546E7B;}
A:link {color: #2D2971; text-decoration: none;}
A:visited {color: #2D2971; text-decoration: none;}
A:active {text-decoration: underline overline;}

.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	
	border: none;
	border-bottom-width: 0;
}

.glossymenu li a{
	background: #6796B0;
	color: #DAEEF7;
	display: block;
	text-indent: 10%;
	width: auto;
	padding: 3px 0;
	text-decoration: none;
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.glossymenu li a:visited, .glossymenu li a:active{
	color: #DAEEF7;
}
.glossymenu li a:hover{
background: #DAEEF7;
color: #6796B0;
}