@import "/elements.css";

A {color: #E0E0E0;}
A:hover {color: white;}
A:active {color: white;}

A.noul {text-decoration: none;}
A.noul:hover {text-decoration: underline;}

H1,H2,H3,H4,H5,H6 {
	margin: 0.5cm 0.5cm 0 0.5cm;
	text-align: justify;
	text-indent: 0;
}
H4,H5,H6 {font-size: 11pt}

P {
	font-size: 12pt;
	margin: 0.5cm 0.5cm 0 0.5cm;
	text-align: justify;
	text-indent: 0;
}

UL,OL {
	margin-left: 1.5cm;
	padding-left: 0;
}

TABLE {
	border: none;
	border-collapse: collapse;
}

TR, TD, TH {
	font-size: 12pt;
	vertical-align: top;
	text-align: justify;
}

IMG {
	border: none;
}

.keep {margin-top: 0;}
.indent {text-indent: 0.5cm;}
.noindent {text-indent: 0;}

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center; text-indent: 0;}
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }

.border { border: thin gray solid; }

