body {
        margin :0;
        padding: 0;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 90%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

a:link, a:visited {
        font-family: arial, helvetica, sans-serif;
        font-size:0.8em;
        text-decoration: none;
        color: #031341;
}

a:hover {
        font-family: arial, helvetica, sans-serif;
        font-size:0.8em;
        text-decoration: none;
        color: #3853a2;
}

img {
        border-style: none;
}

li {
        color: #000088;
        font-size: 1em;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

