p  {
	COLOR: Black;
	TEXT-DECORATION: none;
	text-align : justify;
	font-size : small;
	margin-left : 15px;
	margin-right : 15px;
}
p.ra  {
	COLOR: Black;
	TEXT-DECORATION: none;
	text-align : right;
	font-size : small;
	margin-left : 0px;
	margin-right : 5px;
}
p.ca  {
	COLOR: Black;
	TEXT-DECORATION: none;
	text-align : center;
	font-size : small;
	margin-left : 0px;
	margin-right : 0px;
}
p.notes  {
	COLOR: Black;
	TEXT-DECORATION: none;
	text-align : justify;
	font-size : x-small;
	margin-left : 25px;
	margin-right : 5px;
	margin-top : -10px;
}
p.notes_ra  {
	COLOR: Black;
	TEXT-DECORATION: none;
	text-align :right;
	font-size : x-small;
	margin-left : 25px;
	margin-right : 5px;
	margin-top : -15px;
}
A {
	COLOR: #006633;
	TEXT-DECORATION: underline;
	font-size : small;
	FONT-WEIGHT: normal;
}
A:visited {
	COLOR: #663333;
	font-size : small;
	FONT-WEIGHT: normal
}
A:hover {
	COLOR: #006633;
	TEXT-DECORATION: underline;
	font-size : small;
	FONT-WEIGHT: bolder;
}
A.rek {COLOR: #006633;  TEXT-DECORATION: underline; font-size : x-small; }
A.rek:visited {COLOR: #663333; font-size : x-small;FONT-WEIGHT: normal}
A.rek:hover {COLOR: #006633;   TEXT-DECORATION: underline; font-size : x-small;FONT-WEIGHT: bolder;}
A.mark {
	COLOR: #003333;
	TEXT-DECORATION: none;
	font-size : normal;
	font-weight : bold;
}
A.mark:visited {
	COLOR: #663300;
	TEXT-DECORATION: none;
	font-weight : bold;
	font-size : normal;
}
A.mark:hover {	COLOR: Maroon;	TEXT-DECORATION: underline;	font-weight : bold;	font-size : normal;}

.cont0 {
	text-align : left;
	margin: 0 0 0 10px;
	font-size : small;
	FONT-WEIGHT: bold;
	}
	
.cont1 {
	text-align : left;
	margin: 0 0 0 0;
	font-size : larger;
	FONT-WEIGHT: bold;
}
	
.cont2 {
	margin: 3px 0px 0px 10px;
	text-align : left;
	font-size : x-small;
	FONT-WEIGHT: normal;
}
	
.cont3 {
	margin: 2px 0px 0px 30px;
	text-align : left;
	font-size : x-small;
	FONT-WEIGHT: normal;
}
	
.cont4 {
	margin: 0px 0px 0px 40px;
	text-align : left;
	font-size : x-small;
	FONT-WEIGHT: normal;
}

H1 {
	text-align : left;
	margin: 5px 0 0 10px;
	font-size : large;
	FONT-WEIGHT: bold;
	color : #CC3333;
	font-family : Arial, Helvetica, sans-serif;
}

H2 {
	text-align : left;
	margin: 5px 0 0 10px;
	font-size : medium;
	FONT-WEIGHT: bold;
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
}

H3 {
	text-align : left;
	margin: 5px 0 0 10px;
	font-size : medium;
	FONT-WEIGHT: bold;
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
}

LI {
	text-align : left;
	margin: 0 0 0 40px;
	font-size : small;
	FONT-WEIGHT: normal;
	list-style-type : disc;
}

.brown {
	color : Maroon;
}

.red {
	color : Red;
}

.borderblue {
	border : 1px solid Blue;
}

