
p	{}

h1	{}

h2	{}

h3	{}

a
{
	color : #889379;
	text-decoration : underline;
	
}

a:visited
{
	text-decoration : underline;
	color : #9AA48C;
        background : none;
}

a:active
{
	font-weight : underline;
	color : #889379;
	text-decoration : none;
}

a:hover
{
	text-decoration : none;
	color:#889379;

        background-color: #403A38;

}

body
{
	color : #889379;
	font-size : medium;
}

#Headline
{
	font-size : 24;
	font-weight : bold;
	font-style : normal;
	color : #889379;
}

#Note
{
	color : #889379;
	font-weight : normal;
}

.infomatic a 
{ 
	display: inline-block;      
	height:0px;
}

.infomatic br
{
	display: block;
	margin: 0px 0px;
}

