﻿body
{
	margin: 0px;
	top: 0px;
	left: 0px;
	background-color: #d5d4d4;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}

h1
{
	font-family: Candara, Arial, Verdana;
	font-size: 25px;
	font-weight: normal;
	color: #993366;
	font-variant: normal;
	text-transform: none;
	font-style: normal;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
}

hr
{
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
}

a
{
	color: #006699;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}
		
a:hover
{
	color: #3366cc;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
}

a.news
{
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
		
a.news:hover
{
	color: #ffffff;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: underline;
	font-weight: bold;
}


#scrollup {
  position: relative;
  overflow: hidden;
  height: 150px;
  width: 250px;
}

.headline {
  position: absolute;
  top: 210px;
  left: 5px;
  height: 195px;
  width:240px;
}
