body {
 font-family: Arial;
 color: black;
 background: gray;
 font-size: xx-small;
 text: black
}
h1 {
 font-family: Arial;
 font-size: x-large;
 font-weight: bold;
 color: black;
}
h2 {
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color:black;
}
h3 {
 font-family: Arial;
 font-size: small;
 font-weight: bold;
 color: black;
}
h4 {
 font-family: Arial;
 font-size: x-small;
 font-weight: bold;
 color: black;
}




a:link { font-weight:normal; font-size:small; color:black; text-decoration:none }
a:visited { font-weight:normal; font-size:small; color:gray; text-decoration:none}
a:hover { font-weight:normal; font-size:small; color:red; text-decoration:none }
a:active { font-weight:normal; font-size:small; color:gray; text-decoration:none }
a:focus { font-weight:normal; font-size:small; color:blue; text-decoration:none}