body {
    background-image: url("Images/stars.gif");
}

*{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.header{
    background-color: rgb(18, 87, 236);
    outline-style: outset;
    outline-color: rgb(18, 120, 236);
}

h1 {
    text-align: center;
    font-size: 40px; 
    color: #ffffff;
}

h2 {
    text-align: center;
    font-size: 40px; 
    color: #ffffff
}

h3 {
    text-align: center;
    font-size: 40px; 
    color: #ffffff
}

h4 {
    text-align: center;
    font-size: 40px; 
    color: #ffffff;
}

h5 {
    text-align: center;
    font-size: 40px; 
    color: #ffffff
}

p, u, bold{
    color: #ffffff;
    font-size:  25px; 
}

button{
    color: rgb(255, 255, 255);
    background-color: rgb(23, 72, 163);
}

.link{
    color: rgb(0, 132, 255);
}

.youtube_button{
    background-image: url(Images/youtube.jpg);
    color:rgb(255, 255, 255);
    width: 240px;
    height: 229px;
}

.input[type=text]{
    width: 500;
}

label{
    color: #ffffff;
    font-size:  25px; 
}

ul{
    color: #000000;
    font-size:  25px; 
    outline-style: outset;
    background-color: rgb(255, 255, 255);
    outline-color: rgb(163, 161, 161);
}

.post{
    width: 75;
}

.moderated{
    color: #b60404;
    font-size:  25px;
}

.center{
   float: none;
}