body {
	background-color: White;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

h1 {
	font-weight: bold;
	font-size: x-large;
	color: Black;
}
td.doc {
	color: Black;
	text-align: justify;
}

div.docH2 {
	font-weight: bold;
	font-style: italic;
	color: Black;
	font-size: small;
	text-align: center;
}

.data {
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.puls {
	background-position: center;
	background-repeat: no-repeat;
	background-color: Gray;
	color: White;
	text-align: center;
	width: 120px;
	border: thin solid #FF6600;
	border-spacing: 2px;
	height: 18px;
}

a:hover.puls, a:focus.puls, a:active.puls{
	text-decoration: underline;
	background-color: #FF6600;
}

a:link.puls, a:visited.puls  {
text-decoration: none;
color: White;
}

A:active
{
    TEXT-DECORATION: underline
}
A:link
{
    TEXT-DECORATION: none
}
A:visited
{
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline
}
