/*indexstyle.css*/
h1{
text-align: center;
font-size:250%;
}
h2{
	font-size:200%;
}
h3{
	font-size:175%;
}
h4{
	font-size:150%;
}
p{
	font-size:115%;
}
li{
	font-size:120%;
}
em {
	color:red;
}