@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    }

p { font-family:  Georgia, Times New Roman, Times, serif;
    font-weight: normal;
	color: #2f241b;
    }
	
a{
	color:#956c47;
	text-decoration: none;
	font-weight: bold;	
}

a:hover{
	color:#956c47;
	text-decoration: underline;
	font-weight: bold;	
}

#description {
    margin: 100px auto;
    width: 500px;
    background-color: #fffaf1;
    padding: 1em 2em;
    -moz-border-radius: 8px;
    z-index: 2;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 80%;
    font-weight: normal;
	color: #2f241b;
	
    }
