
H1 {
	font-family: sans-serif;
	font-weight : bold;
	color: YELLOW;
	text-align: center;
	background-image : url(bgstars.jpg);
	text-decoration : blink;

}
H2 {
	font-family: sans-serif;
	color: GREEN;
	font-weight : bold;
	text-align: center;
}
.hback {
	background: #800000;
	font-family: sans-serif;
	font-weight : bold;
	color: FFFF00;
	text-align: center;
	text-decoration: blink;
}
.rback {
	background: #FF0000;  
	color: FFFF00; 
	text-align: center
}
H3 {
	font-family: sans-serif;
	color: #FF0000;
	font-weight : bold;
	text-align: center;
	}
H4 {
	font-family: sans-serif;
	color: #00FF00;
	font-weight : bold;
}
H5 {
	font-family: sans-serif;
	color: Fuchsia;
	font-weight : bold;
}
H6 {
	font-family: sans-serif;
	color: Red;
	font-weight : bold;
}
SPAN {
	font-weight: bold; 
	color: #8B0000;
}
EM {
	font-weight: bold; 
	color: #00FF00;
}
.ind {
	text-indent: 2.2em;
}
.pback {
	font-family: serif; 
	font-style: italic; 
	font-weight: bold; 
	color: #0000FF; 
	text-align: center;
}
.green {
	font-family: sans-serif; 
	font-weight: bold; 
	color: #00FF00; 
	text-align: center;
}
.red {
	font-family: sans-serif; 
	font-weight: bold; 
	color: #FF0000; 
	text-align: center;
}
.yell {
	font-family: sans-serif; 
	font-weight: bold; 
	color: Yellow; 
	text-align: center;
}

#left {
	text-align : left;
}

#right {
	text-align : right;
}

#cent {
	text-align : center;
}

#just {
	text-align : justify;
}



