@font-face {
	font-family: 'AppleGothicRegular';
	src: url('applegothic-webfont.eot');
	src: local(':)'), url('applegothic-webfont.woff') format('woff'), url('applegothic-webfont.ttf') format('truetype'), url('applegothic-webfont.svg#webfontiMF69RwV') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'EdwardianScriptITCRegular';
	src: url('itcedscr-webfont.eot');
	src: local(':)'), url('itcedscr-webfont.woff') format('woff'), url('itcedscr-webfont.ttf') format('truetype'), url('itcedscr-webfont.svg#webfontzMvsZI3A') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    background: url(images/bgroundimage.png);
    background-attachment: fixed;
    color: rgb(255,255,255);
}
a:link {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: underline;
}
a:visited {
    color: #cccccc;
    text-decoration: line-through;
}
p.centered {
    text-align: center;
    font-size: xx-large;
    font-family: EdwardianScriptITCRegular, cursive, fantasy, sans-serif, monospace;
}
p.indented {
    position: relative;
    top: 130px;
    text-indent: 300px;
    text-align: left;
    font-family: AppleGothicRegular, gothic, sans-serif, monospace;
}
p.back {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: AppleGothicRegular, gothic, sans-serif, monospace;
    direction: rtl;
}
table.links {
    font-family: AppleGothicRegular, gothic, sans-serif, monospace;
    vertical-align: middle;
}
td.header {
    font-weight: bold;
    text-align: center;
    color: rgb(153,153,153)
}