@charset "utf-8";
/* Stylesheet for Galaxy Wars */

body {
    font-family: Arial, Helvetica, sans-serif;
}

#txtVersion {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
}

#txtScore {
    font-family: fantasy;
    font-size: 36px;
}

#game {
    border: 5px solid red;
    background-image: url(bckgrd.jpg);
}

/* End of Stylesheet */