body {background:blue;
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-position: top center;
background-attachment:fixed;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 20px;
margin-left: 0px;}

a:hover             {color: yellow;text-decoration: underline}
a              {color: yellow;text-decoration: none}
body        {color: white; font-family:Comic Sans, Comic Sans MS, cursive;font-size: 14px}
h1 {color: yellow; font-size: 20px; font-weight: normal;margin-bottom:2px}
h2 {color: yellow;font-size: 16px; font-weight: normal;margin-bottom:2px}
h3 {color: yellow;font-size: 12px; font-weight: normal;margin-bottom:5px}
h4 {color: yellow;font-size: 10px; font-weight: normal;margin-bottom:5px}
table {color: white;font-size: 14px; font-weight: normal}
ul { list-style-type: disc;
color: white;font-size: 14px; font-weight: normal;margin-bottom:2px }
