BODY {
	color : Black;
	background-color : Red;
	font-family : Arial, Helvetica, sans-serif;
}

A {
	color : Red;
	text-decoration : none;
}

A:VISITED {
	color : Gray;
	text-decoration : none;
}

A:HOVER {
	color : Black;
	text-decoration : none;
}

A:ACTIVE {
	color : Black;
	text-decoration : none;
}

A IMG {
	border: none;
	}

H3 {
	font-size : medium;
}

H4 {
	font-size : large;
    font-style : normal;
	font-weight : normal;
	color: Blue;
	text-align: center;
}

H5 {
	font-size : medium;
    font-style : normal;
	font-weight : normal;
	color: Blue;
}

H2 {
	font-size : large;
    font-style : italic;
	font-weight : normal;
	text-align: center;
	}

LI {
	list-style-image: url("images/bullet.jpg");
}

