/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
h1 {
font-style:italic;
font-size:24px;
margin-bottom:10px;
}
h2 {
font-style:normal;
font-size:20px;
}
body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
    margin: 0 auto;
	background-color: #FBFFCD;
	text-align:center;
}
.backlink {
color:#000;
margin-top:10px;
}
.indexlinks {
color:#000;
font-size: 16px;
font-weight:bold;
}
.lineh {
line-height:10px;
}
.fliesstext {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}



