body {
        font-family: "Tempus Sans ITC";
        color: #6E0606;
        margin: 0px;
        padding: 0px;
        background: #040000;
}
a.link:link {
	font-weight: bold; 
	font-size: 12px; 
	color: #884000; 
	text-decoration: none
}
a.link:hover {
        font-weight: bold;
        font-size: 12px;
        color: #400000;
        text-decoration: none
}
a.link:visited {
        font-weight: bold;
        font-size: 12px;
        color: #880000;
        text-decoration: none
}
a.link:active {
        font-weight: bold;
        font-size: 12px;
        color: #884000;
        text-decoration: none
}
