UL {
	text-align : justify;
	list-style : disc;
}
H1 {
	font-size : medium;
	font-weight : bold;
	text-align : center;
	color : Black;
}

H2 {
	font-size : small;
	font-weight : bold;
	text-align : center;
	color : Black;
	margin-top : 1.5cm;
}

A:HOVER {
	color : White;
	text-decoration : none;
}

A:LINK {
	color : Purple;
	text-decoration : none;
}

A:VISITED {
	text-decoration : none;
}

A#SDL:VISITED {
	color : #FFD700;
	text-decoration : none;
}
A#SDL:LINK {
	color : #FFD700;
	text-decoration : none;
}
A#SDL:HOVER {
	color : #EEE8AA;
	text-decoration : none;
}


BODY {
	background : #99CCCC;
	color : Black;
	text-align : justify;
	font-family : sans-serif;
	font-size : x-small;
	SCROLLBAR-FACE-COLOR :   #D1DFE5;
	SCROLLBAR-TRACK-COLOR : #d1dfe5;
	SCROLLBAR-ARROW-COLOR : #33cc99;
	
	SCROLLBAR-HIGHLIGHT-COLOR : #ccFFFF;
	SCROLLBAR-SHADOW-COLOR : #336666;
	SCROLLBAR-3DLIGHT-COLOR : #ffFFFF;
	SCROLLBAR-DARKSHADOW-COLOR : #336666;
}

P:first-letter {
	margin-left : 1cm;
}

P {
	text-align : justify;
}

TABLE.price {
	safont-family : sans-serif;
	font-size : xx-small;
	background-color : #d1dfe5;
}
UL  {
	margin-top : 2px;
	margin-bottom : 2px;
}


