
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

body
{
    background-color: #1F1F1F;
    font-family: Arial;
    font-size: 0.8em;
}

p
{
	text-align: right;
	color: white;
}

a {
outline: none;
}
 /* unvisited link */
a:link {
    color: white;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: white;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FBCA00;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #FBCA00;
    text-decoration: none;
}