a:link {
	color:#111111;
	text-decoration:none;
	font-weight: normal;
	}
a:visited {
	color:#777777;
	text-decoration:none;
	font-weight: normal;
	}
a:link:hover, a:visited:hover { color: #206080; }



.postlist {
	text-transform: lowercase;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif ;
}
.postlist li{
	padding: 0.5em;
}

.bloglist {
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif ;
}

.infopag {
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif ;
	text-align: justify;
}



#header {

	margin: 0 ;
	border: 0;
	padding: 0 ;
	position : fixed;
	width : 600px;
	height : 120px;
}

#mainframe {
	position : fixed;
	top : 120px;
	bottom : 0px;
	margin: 0 ;
	border: 0;
	padding: 0 ;
	width : 600px;
	height : auto;
	overflow : auto;
}


#taules ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#taules ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 12px;
}
#taules li a {
	color: #000000 ;
	background-color: #ffffff ;
	border: 1px outset #000000 ;
	padding: 3px ;
	text-decoration: none ;
	display: inline ;
}
#taules li a:hover {
	color: #ffffff ;
	background-color: #000000 ;
}
