/* 
    Document   : demerdetoi
    Created on : 14 avr. 2009, 21:47:36
    Author     : khaz
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color:#000;
    color:white;
    text-align:center;
}

h1 {
    font-size:6em;
    margin:0;
    padding:0;
}

.shutup {
    font-size:1.2em;
    font-family:sans-serif;
}

input {
    font-size:1.5em;
    height:1.5em;
    line-height:1.5em;
    text-align:center;
}

.copy {
    font-size:0.8em;
    margin-top:50px;
    font-family:sans-serif;
}

a {
	color: white;
}
