body {
 font-family: Palatino Linotype;
 text-align: center;
 background:#FFBF00;
}
h1 {
 font-family: Palatino Linotype;
 font-size: x-large;
 font-weight: bold;
 text-align: center;
}
h2 {
 font-family: Palatino Linotype;
 font-size: large;
 text-align: center;
}
a:link {
 font-family: Palatino Linotype;
 color: #004080;
}
a:visited {
 color: #0080C0;
}
a:hover {
 color: #FF0000;
}