BODY {
	background : #F3FF99;
}

.outerdiv {
	width : 700px;
}

.maincontent{
	border-left : 1px solid #CCB000;
	border-right : 1px solid #CCB000;
	padding-left : 10px;
	padding-right : 10px;
	background : url(images/web_topright.gif) no-repeat;
}

.headerlinks {
	background : #FFF766 url(images/rindas.gif) repeat-x;
	border : 1px solid #CCB000;
	vertical-align : middle;
	line-height : 30px;
	padding : 1px 0 0 0;
}

.headerlinks a{
	color : #84782B;
	border : 1px solid #84782B;
	padding : 1px 10px 2px 10px;
}

.headerlinks a:visited{
	color : #84782B;
}

.headerlinks a:hover{
	background-color : #FFFF99;
	text-decoration : none;
}

.headertitle {
	background : #FFF766 url(images/galvene.gif) repeat-x;
	border : 1px solid #CCB000;
	vertical-align : middle;
	margin : 2px 0 3px 0;
	text-align : center;
	line-height : 60px;
}

.headertitle h1{
	font: bold;
}

A:VISITED {
	color : #8E9A32;
}


A {
	color :  #818C2D;
	font : bold;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

h2 {
	margin : 0px;
}


