body {
    background-color:black;
    color:white;
}
h1, h2, h3 {
    color:#1aff1a;
    /*lime Green text*/
}
#Pagetitle {
    font-style:italic;
    font-weight:bold;
}
#form1 {
    height:75px;
    width:250px;
    background-color:#0000ff;
}
#FavoriteRPG {
    color:#1aff1a;
}
#check {
    height:135px;
    width:300px;
    background-color:#8a8a5c;
} 
#Radio {
    height:125px;
    width:300px;
    background-color:#0000ff;
}