body {
font-size: 100%;
color: #333333;
background-color: #EEEEEE;
}

body, p, h1, h3 { 
font-family: "Comic Sans MS CE", "Arial CE", "Sand CE", 
"Helvetica CE", "Comic Sans MS", lucida, fantasy;

}

p {text-align: justify;}
h1 {font-size:140%;; text-align: center}
h2 {font-size:120%}
h3 {font-size:80%}


div#center {
width: auto;
margin: auto;
position: absolute;
left: 10%;
right: 10%;
}

a:link {color: black; text-decoration: none}
a:visited {color: black; text-decoration: none}
a:hover {color: red; text-decoration: underline}



