@charset "utf-8";

/* ------------------------------------------------------------------------- */
/* ELEMENTS */
body,td,th {
	color: #000;
}
body {
	/*background-color: #3f3f3f;*/
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:white;
}


/*
blue #3E9FBC
pink #CC527F
gre  #6FB13E
*/

h1
{
	padding:35px 0;
	padding-bottom:0x;
	font-size:35px;
	color:#3E9FBC;
}

.middle
{
	text-align:center;
	margin-top:200px;
}

.centered
{
	width:80%;
	margin:0 auto;
}

#flash
{
	margin:10px;
	text-align:center;
}

.textList
{
	padding: 50px;
}

.textList h1
{
	margin-bottom: 0px;
}

.textList ul {
	list-style-type: disc;
	
}

.textList ul li {
	list-style-type: disc;
	margin-bottom: 1em;
}

ul.small li {
	font-size: 70%;
}