body.main{
color: white;
background-color: black;
background-repeat: no-repeat;
}
body.test{
color: white;
background-color: black;
background-repeat: no-repeat;
}

body.changed{
color: white;text-align:center;
background-color: black;font-size:100%;
}

h1{ color: Yellow; }
p.title { text-align:center;font-size:400%;color:99ccff;}
h2{ color: Yellow; }
h4{ color:yellow;}
p { text-align:center;font-size:100%;color:white;
}
p.aaa { text-align:center;font-size:90%;color:white;
}
p.bbb { text-align:left;font-size:90%;color:white;
}
A:link { COLOR: aqua; TEXT-DECORATION: none; font-weight: normal; }
A:visited { COLOR: aqua; TEXT-DECORATION: none; font-weight: normal; }
A:hover { COLOR: yellow; TEXT-DECORATION: none; font-weight: none; }
input.btn { color:#050; font: bold 80% 'trebuchet ms',helvetica,sans-serif; width:110; cursor: pointer;
  }
input.btn2 { color:#050; font: bold 80% Arial,sans-serif; width:90; cursor: pointer;
  }