body{
	font-size: 14px;
	font-family: ‚l‚r ‚oƒSƒVƒbƒN;
	line-height: 20px;
   margin: 0px;
}

h1 span{
   position: absolute;
	left: -2000px;
}

a:link{
	text-decoration: underline;
	color: Blue;

}


a:hover{
	text-decoration: underline;
	color: Fuchsia;

}

a:visited{
	text-decoration: underline;
	color: Blue;
}

#toplink{
	color: White;
	font-size: 16px;
}

#toplink a{
	color: White;
	text-decoration: none;
}
#toplink a:hover{
	color: White;
	text-decoration: underline;
}

#toplink a:visited{
	color: White;
}


#layout{
   width: 800px;
	border-right: gray solid 1px;

	margin: 0px;


}	

strong{
	font-size: 16px;

}

h3{
	font-size: 14px;
	width: 360px;
	padding-left: 15px;
	border-bottom: dashed 1px;
}

p{
	margin-left: 30px;
	margin-right: 50px;
}



#coment{
	margin: 5px;
	padding: 10px;
	border-bottom: gray dashed 1px;
	border-top: gray dashed 1px;
	width: 560px;
	height: 150px;
	font-size: 14px;
}

#link{
	background-color: #FFFFDD;
	padding: 10px;
	border: solid gray 1px;
	width: 420px;
	margin-left: 10px;
	margin-right: 10px;
}

#footer{
   clear: left;
	width: 100%;
	height: 35px;
	background-image: url(../image/back/footer_back.gif);
   background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}


