
BODY {

 background: #ddddff;
 font: sans-serif Arial	;
 color: black;
}

H1 {

 font-size : 300%;
 text-align: center;
 font-family : serif "Times New Roman";
 color: blue;
}

H2 {

 font-size: 150%;
 font-family: serif "Times New Roman";
 color: green;
}


A {

 color: blue;
}

A:visited {

 color: purple;
}