table {
	border: ;
	caption-side: bottom;
	border-color: ;
        background-color: #33c;
	font-family: Arial,Helvetica;
	text-align: center;
        padding: 20;
        width: 90%;
	}
	td {
	border: ;
	font-family: Arial,Helvetica;
	text-align: center;
	background-color: #CCCCCC;
	height: 30px;
	}
	th {
	border: ;
	border-color: ;
	font-family: Arial,Helvetica;
	color: #FFF8DC;
	background-color: #33c;
	}

	h1 {
	font-family: Arial,Helvetica;
	text-align: center;
	color: #black;
	}

	p
	{
	font-family: Arial,Helvetica;
	font-size: 14pt;
	color: black;
	}

	div
	{
        align: center;
        text-align: center;
	font-size: 14pt;
	color: black;
	font-family: Arial,Helvetica;
	font-weight: ;
	}
/* table */
        .center {
	text-align: center;
        }

        .center table {
	margin: auto;
        }
/* table */

	body { 
	background-color: #DCE1E5; 
	}

/* Set link colors */

li a:link, p a:link {
	color: #33c; /* blue shade */
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

li a:visited, p a:visited {
	color: #33c;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}

li a:hover, p a:hover {
	color: #fff;
	background-color: #33c;
	font-weight: bold;
	text-decoration: underline;
	}

li a:active, p a:active {
	color: #33c;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	}
