/* CSS Document */
h1 {font: 190%cursive;
color : #990044;
font-weight: bold;
line-height : 1.3;
text-align: center;
letter-spacing:7px;
}
h2 {font: 160%cursive;
color : #556828;
font-weight: bold;
line-height : 1;
text-align: center;
letter-spacing:4px;
}
h3 {font: 130%;
color : #226877;
font-weight: bold;
line-height : 1;
text-align: left;
letter-spacing:3px;
padding-left : 30px;
}
p {font: 100%arial;
}
a{font: 100%arial;
text-align:center;
}
body {
background-color:ivory;
}
em{font: 115%;
font-style: oblique;
}
#pubbl{visibility: hidden;
height:0px;
width:0px;
display:none;
}