BODY 
{
  font-family: 'Courier New';
  font-weight: bold;
  font-size: 14;
  background-color: #ffcc44;
}
TD.LeftMenu
{
  font-family: 'Courier New';
  font-weight: normal;
  font-size: 15;
  color: #715b1e;
  background-color: #ffe59e;
  /*background-image: url('imgs/button_shadow.png');*/
  /*background-position: bottom;*/
  /*background-repeat: repeat-x;*/
  padding-left: 5px;
}
TD.HotNews
{
  font-family: 'Courier New';
  font-weight: bold;
  font-size: 14;
  /*text-align: justify;*/
  text-align: center;
  color: #715b1e;
  /*background-color: #ffe59e;*/
}
SPAN.HotNewsHighlight
{
  font-family: 'Courier New';
  font-weight: bold;
  font-size: 14;
  /*text-align: justify;*/
  text-align: center;
  color: red;
  /*background-color: #ffe59e;*/
}
TD.TopMenu
{
  font-family: 'Courier New';
  font-weight: normal;
  font-size: 12;
  color: #715b1e;
}
TD.main
{
  font-size: 15;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url('imgs/albina_pe_floare_2.png');
  background-repeat: no-repeat;
}
SPAN.MainTitle
{
  font-size: 16;
  color: #715b1e;
  font-weight: bold;
}
SPAN.MainText
{
  font-size: 14;
  color: #715b1e;
  font-weight: normal;
}
TD.right
{
  font-size: 15;
  padding-left: 10px;
  padding-right: 10px;
  /*background-color: #ffe59e;*/
}
SPAN.RightText
{
  font-size: 14;
  color: #9b7c29;
}
A:link
{
	font-weight: bold;
	color: #715b1e;
	text-decoration: none;
}
A:visited
{ 
	font-weight: bold;
	color: #715b1e;
	text-decoration: none;
}
A:hover
{ 
	color: #715b1e;
	/* font-style: italic; */
	text-decoration: underline;
}
SPAN.Highlight
{
	text-decoration: blink;	
}

