body, html {
    margin: 0px;
    background: white;
    font-family: book antiqua, tahoma;
    font-size: 14px;

}

p, span, div {
    font-family: book antiqua, tahoma;
    font-size: 14px;
}

a {
 color: #18019E;
 text-decoration: none;
}
a:hover {
 color: orange;
 text-decoration: blue;
}
h1 {
	font-size: 14px;
	text-align:center;
	padding:0px;
	margin:0;
	line-height:1;
	font-weight:1000;
	font-style:italic;
	font-stretch:expanded;
	letter-spacing:1px;
	}

