body {
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	color: #CCC;
	background-color: #000;
	
}

a:link {
    color: #54adeb;
}

/* visited link */
a:visited {
    color: #54adeb;
}

/* mouse over link */
a:hover {
    color: #fe020e;
}

/* selected link */
a:active {
    color: #54adeb;
}

div.content {
    width: 816px;
    height : 700px;
    margin-left: auto;
    margin-right: auto;
}

div.content h1, h2, h3 {
    font-weight: normal;
    text-align: center;
    margin: 20px;
}

div.content h1 {
    font-size: 3em;
    color: #2D6ABA;
}

div.content h2 {
    font-size: 1.5em;
}

div.content h3 {
    font-size: 1em;
}

div.content h3 a {
    color: #1C4B8A;
}

.mappy {
    border: 0px solid #C1D9F7;
}
