/*  body und schrift deffinitionen */
p	{
	font-size:			14px;
	color:				#333333;
	background-color:	transparent;
}
ul	{
	font-size:			12px;
	color:				#333333;
	background-color:	transparent;
        list-style-type:        square;
}
h1 {
	font-size:			16px;
	text-transform:		uppercase;
	color:				#333333;
	background-color:	transparent;
}

h2 {
	font-size:			16px;
	text-transform:		uppercase;
	color:				#333333;
	background-color:	transparent;
}

h3 {
	font-size:			14px;
	text-transform:		uppercase;
	color:				#333333;
	background-color:	transparent;
}

h4 {
	font-size:			14px;
	text-transform:		uppercase;
	color:				#333333;
	background-color:	transparent;
}

h5 {
	font-size:			12px;
	color:				#333333;
	background-color:	transparent;
}

h6 {
	font-size:			11px;
	text-transform:		lowercase;
	color:				#333333;
	background-color:	transparent;
}

a { 
	color:				#8B8B8B;
	font-size:			12px;
	background-color:	transparent;
	text-decoration:	none; 
}

a:visited {
    color:              #660000 ;
    text-decoration:    none;
}

a:hover {
    color:              #ffffff;
    text-decoration:    none;
}
