body {
color : #0033FF;
background : #FFFFFF;
font-family: "Comic Sans MS", "Brush Script MT", cursive;
}

a {
color: #0033FF;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

a:focus {
outline: none;
}

#title {
width : 100%;
text-align : center;
font-size : 35px;
margin: 50px 0px 20px 0px;
}

#content {
width : 100%;
text-align : center;
font-size : 30px;
margin: 10px 0px 20px 0px;
}


#copyright {
width : 100%;
text-align : center;
font-size : 10px;
}