﻿
.TeaserHeader
{
	background-color: Black;
	color: White;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	width: 194px;
	padding: 3px;
}

.TeaserHeaderSmall
{
	background-color: Black;
	color: White;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding: 3px;
}

.TeaserBody
{
	background-color: #EFEFEF;
	color: White;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	width: 194px;
	padding: 3px;
	border-bottom: solid Black 5px;
}

.TeaserBodySmall
{
	background-color: #EFEFEF;
	color: White;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	width: 150px;
	padding: 3px;
	border-bottom: solid Black 5px;
}

a.Teaser:link 
{
	text-decoration: none;
}

a.Teaser:visited 
{
	text-decoration: none;
}

a.Teaser:active 
{
	text-decoration: none;
}

a.Teaser:hover 
{
	color: Red;
	text-decoration: none;
}
