BODY {
	font-size: small;
	color : rgb(0,0,0);
	line-height: 130%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A {
	color: rgb(51,0,204);
	text-decoration: none;
}

A:HOVER {
	color:  rgb(51,0,204) ;
	text-decoration:underline;
}

A:ACTIVE {
	color: rgb(51,0,204);
}

A:VISITED {
	color: rgb((51,0,204);
}

h1, h2, h3, h4, h5, h6{
	color: rgb(51,0,204);
	line-height: 130%;
}

h1 {
	font-size: xx-large;
}

h2 {
	font-size: xx-large;
}

h3 {
	font-size: x-large;
}

h4 {
	font-size: large;
}

h5 {
	font-size: medium;
}

h6 {
	font-size: small;
}

.lineright {
	border-right: solid thin;
}

em {
color:  rgb(255,0,0) ;
}

ul li /* an-ordered list and the first list-marker to it; all properties are inherited to descendant elements, if they are not especially defined */ 
{list-style-type: none; /* CSS1 level list style types for unordered lists: disc ,circle ,square and none ; The list item must define, because it might be happen, that the list image is not available */ 
/* list-style-image: url(pallo.gif); */
list-style-position: outside; /* the default value and cause indent; Value inside means that the next possible row begins at the same level as the list-item */ 
text-align:left;
margin-left: -20px; 
font-size: small;} 
