@import url("Edit.css");

div.Teasers{}

div.Teasers *
{
	font-family: Verdana, Arial, Sans-Serif;
	/*font-size: 12px;
	line-height: 14px;*/
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.25em;
	color: #000;
}

div.Teasers div.Header
{
	margin-bottom: 15px;
}

div.Teasers div.Item
{
	margin-bottom: 15px;
}

div.Teasers div.Item .Date
{
	font-weight: normal;
	/*font-size: 11px;*/
	font-size: 0.9em;
	line-height: 1.3em;	
}

div.Teasers div.Item .Text
{
	color: #000;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

div.Teasers div.Item .Text:hover
{
	text-decoration: underline;
}

div.Teasers div.Item .More
{
	color: #000;
	font-weight: normal;
	/*font-size: 11px;*/
	font-size: 0.9em;
	line-height: 1.2em;	
	text-decoration: underline;
}

div.Teasers div.Item .More:hover
{
	text-decoration: underline;
}
