body { background: blue; color: yellow; font-family: Arial, sans-serif; }

:link, :visited, :active { color: yellow; text-decoration: none; }
a:hover { color: blue; background: yellow; }

img { border: 0; }

p { text-align: center; }

li { margin-left: -1.5em; }

