h1, h2, h3, h4, h5  {
	color : Blue;
}

body  {
	background-color : #cccccc;
	font-family : Arial, Helvetica, sans-serif;
}

p  {
	line-height : 200%;
}

ul li  {
	font-size : 70%;
}

.red  {
	color : red;
}

.green  {
	color : green;
}

.blue  {
	color : blue;
}

#big  {
	font-size : 120%;
}

#upper  {
	text-transform : uppercase;
}

A:hover  {
	color : Blue;
	text-decoration : underline;
}

A  {
	color : Black;
}

