li {
    list-style-type:circle;
}

H2 {
    color       : #ffffff;
    line-height: 40px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
/*stitching*/
    outline: 1px dashed #98abb9;
    outline-offset: -5px;
    background-color: #556068;
    height: 40px;
    margin: 5px;
/*shadow*/
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
}
H3 {
    color       : #ffffff;
    line-height: 25px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
/*stitching*/
    outline: 1px dashed #98abb9;
    outline-offset: -5px;
    background-color: #556068;
    height: 25px;
    margin: 5px;
/*shadow*/
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
}
H4 {
    color     : #ffffff;
    background: #556068;
    font-family: Bodoni serif;
    text-align: center;
    text-transform: uppercase;
    font-variant: small-caps;
    margin: 5px;
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
}

A:link {
font-size: 11px;
	COLOR: #000044; LETTER-SPACING: -1pt; TEXT-DECORATION: none; font-weight: bolder;
        border-bottom: 1px dotted;
}
A:visited {
font-size: 11px;
	COLOR: #000044; LETTER-SPACING: -1pt; TEXT-DECORATION: none; font-weight: bolder;
        border-bottom: 1px dotted;
}
A:hover {
font-size: 11px;
	COLOR: #FF0000; LETTER-SPACING: -1pt; TEXT-DECORATION: none; font-weight: bolder;
        border-bottom: 1px dotted;
}
A:active {
font-size: 11px;
	COLOR: #FF0000; LETTER-SPACING: -1pt; TEXT-DECORATION: none; font-weight: bolder;
        border-bottom: 1px dotted;
}
table {
	border: #000000 solid 1px;
	border-collapse:collapse;
	padding:1200px;
	margin:5px;
	text-align:left;
	color:#000000;
	background-color:#CCC;
}

th{
	border: #000000 solid 1px;
	padding:1px;
	text-align:center;
	font-weight:bold;
	color:ingerit;
	background-color:#403F3F
}

td{
        font-size: 11px;
        font-color:#ffffff;
        background-color :#ffffff;
	border: #04182a solid 1px;
	padding:1px;
	color:inherit;
}