BODY {
	background
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	link:#FF0000;
}

H1 {
	color: Red;
	font : bold xx-large Arial Black, Arial, Helvetica, sans-serif;
}

H2 {
	color: Red;
	font : bold x-large Arial Black, Arial, Helvetica, sans-serif;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: large;
	color: black;
	font : bold;
}

H4 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color : black;
}

H5 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Black;
}

H6 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color : Grey;
	font-weight: normal;
}

p    {
  color: 000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: bold;
  text-align: center;
}

A {
	text-decoration: none;
	color: #red;
	background : Transparent;
}

A:VISITED {
    color: #00BFFF;
	background : Transparent;
}

A:ACTIVE {
    color: red;
	background : Transparent;
}

A:hover {
	color: red;
	background : yellow;
}

div.links {
  background-color: #f4f4f4;
  width: 250px;
  border: 1px solid green;
  padding: 10px;
  text-align: center;
  margin: auto;
}