H1 {
	font-family : verdana;
	font-weight: bold;
	font-size : 21px;
	color : teal;
	margin-top : auto;
	margin-right : auto;
	margin-left : auto;
	margin-bottom : auto;
	text-align : center;
}
H2 {font-family : verdana;
	font-size : 16px;
	color : teal;
	font-weight:bolder;
	margin-top : auto;
	margin-right : auto;
	margin-left : auto;
	margin-bottom : auto;
	text-align:center;
	
}

DIV {	font : 13px verdana;
	color : black;
	margin:15px
}

span{	font : 13px tahoma;
	color : black;
	font-weight:bold
}

.i{
	font-style: italic;
}

.b{
	font-weight: bold;
}
.e{
	font-weight: bold;
	font-style : italic;
	text-align:right
}

.c {font-family : comic sans ms;
	font-size : 16px;
	color : black;
	text-align:center;
	
}

LI {font : 13px verdana;
	color : black;
	margin:15px
	}

</style>