body {
		background-color: #000000;
		color: #FFFFFF;
		font-family: "Palatino Linotype";
		font-size: medium;
		text-decoration: none;
		margin-right: 10px;
		background-attachment: scroll;
		background-repeat: no-repeat;
 		background-position: center top;
}

h1 {
        font-family: "Palatino Linotype";
        font-size: 45px;
        font-weight: 900;
        color: #FF6699;
}

h2 {
        font-family: "Palatino Linotype";
        font-size: large;
        font-weight: bold;
        color: #642D8A;
}

h3 {
        font-family: "Palatino Linotype";
        font-size: medium;
        font-style: normal;
        font-weight: bold;
        color: #008400;
}

h4 {
		font-family: "Palatino Linotype";
		font-size: x-small;
		font-style: normal;
		color: #669966;
		font-weight: lighter;
}

h5 {
        font-family: "Palatino Linotype";
        font-size: xx-small;
        font-weight: normal;
        color: #FFBB77;
}

h6 {
        font-family: "Palatino Linotype";
        font-size: xx-small;
        font-weight: normal;
        color: #F6AAFB;
}

table {
		font-family: "Palatino Linotype";
		font-size: small;
		margin-left: 0px;
		margin-right: 0px;
		text-decoration: none;
}

a:link, a:visited {
		font-family: "Palatino Linotype";
		color: #F6AAFB;
		text-decoration: none;
		font-size: small;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
}

a:hover {
        font-family: "Palatino Linotype";
        color: #FF6347;
		text-decoration: none;
        font-weight: bold;
}

