BODY {
	background-image : url(background.jpg);
}
H1 {
	font-size : xx-large;
	color : Blue;
	font-style : italic;
}
H2 {
	color: Blue;
	font-style : italic;
}
H3 {
	color: Blue;
	font-style : italic;
}
H4 {
	color: Blue;
	font-style : italic;
}


A:LINK{
	color: Blue;
}
A:VISITED {
	color: Navy;
}
A:ACTIVE {
	background-color : Yellow;
}


A:FOCUS {
	color : Red;
}
	
A:HOVER {
	color : Red;
}

.PLAN{
	color : Maroon;
	font-weight : bold;
}

.QUOTES{
	color : Blue;
	font-style : italic;
}