/* CSS Document */

h1 {
	font-size:50px;
	text-decoration:underline;
	font-family:Times New Roman;
	color:#ff2400;
}
h2 {
	font-size:50px;
	text-decoration:overline;
	font-family:Snell Roundhand Bold;
	color:#2fff00;
}
h3 {
	font-size:40px;
	text-decoration:line-through;
	font-family:Lucida Blackletter;
	color:#0001ff;
}
h4 {
	font-size:30px;
	text-decoration:blink;
	font-family:Palatino;
	color:#ffff00;
}
h5 {
	font-size:15px;
	text-decoration:blink;
	font-family:Rockwell Extra Bold;
	color:#5242ff;
}