index: changed page color.

This commit is contained in:
Glenn Y. Rolland 2010-11-09 11:25:22 +01:00
parent 64df2342fb
commit c7ce3321cc

View file

@ -10,9 +10,9 @@
<style type="text/css"> <style type="text/css">
body { body {
margin-top: 1.0em; margin-top: 1.0em;
background-color: #8e0289; background-color: white;
font-family: "Helvetica,Arial,FreeSans"; font-family: "Helvetica,Arial,FreeSans";
color: #ffffff; color: black;
} }
#container { #container {
margin: 0 auto; margin: 0 auto;