/* CSS Document */
* {
	font-family : Arial, Helvetica;
	font-size : 10pt;
}
a {
	color : #003366;
	text-decoration : none;
	font-weight : 700;
}
a:hover {
	color : #FFCC33;
}
h1 {
	font-size : 12pt;
	color : #666666;
}
ul {
	color :  #003366;
	list-style-type : square;
	width : 400;
}
em {
	color : #666666;
}
#cont {
	text-align : justify;
	width : 600;
}

