p  {
    color : #ffbb00;
    margin-top : 0;
    line-height : 1.3em;
}

h1  {
	text-align : center;
	font-style : italic;
}

h2  {
	font-style : italic;
}


h1,h2,h3 {
    color: red;
}

h3 {
    margin-top : 0.6em;
    margin-bottom : 0.3em;
}

a  {
	color : silver;
	font-weight : normal;
	font-style: italic;
	text-decoration : underline;
}

a:visited  {
	color : #ffbb00;
}

a:active  {}

a:hover  {
	color : red;
}

body  {
	font-family : "Palatino Linotype", "Times New Roman", Times, serif;
	color : #FFCC00;
}