body { 
	background-color: black; 
	color: red;
	text-align: center; 
	font-family: monospace;
	margin-bottom: 30pt;
	}

#splash {
	margin-top: 13%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: serif;
	padding: 20px;
	}

div#logo {
	}

div#logo img {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
}

div#chanson table {
	}

div#chanson th {
	text-align: center;
	
	}

div#chanson td.one {
	vertical-align: top;
	text-align: left;
	width: 53%;
	}

div#chanson td.two {
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	}

p#banner {
	text-align: center; 
	}
	
#banner img {
	border: 1px solid white;
        width:  320px;
        height: 200px;
	}

h1#title { 
	letter-spacing: 6pt;
	text-decoration: none;
	}

h1#title a {
	text-decoration: none;
	}

h3.section {
	color: white;
	}

#splash img { 
	border-left: 1px solid white;
	border-top: 1px solid white;
	}    

#sitename span { 
	font-size: 34pt; 
	border-bottom: 1px solid white; 
	}
	
#tagline { 
	padding-top: 10pt; 
	}

div#splash_menu_one { 
	padding-bottom: 10px;
	}

div#splash_menu_two { 
	margin-top: 10px;
	}

div#splash_menu_two span { 
	border-top: 1px solid white; 
	padding-top: 10px;
	padding-bottom: 10px;
	}

div#site_menu_one {
	}

div#site_menu_one a:visited {
	color: lightgrey;
	}

div#site_menu_two {
	}

div#site_menu_two a:visited {
	color: lightgrey;
	}

div#manifesto {
	width: 50%;
	padding: 10pt 50pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; 
        margin-bottom: 20px;
        border: 1px solid white; 
	font-family: monospace;
	font-size: 10pt;
	text-align: justify;
	background-color: black;
        color: lightgrey;
         }

div#manifesto pre {
	text-transform: lowercase; 
	text-align: center;
	color: white;
	font-size: 13pt;
	}

div#manifesto pre#chanson {
	font-size: 10pt;
	}

div#contrib {
	width: 50%;
	padding: 10pt 50pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; 
        margin-bottom: 20px;
        border: 1px solid white; 
	font-family: monospace;
	font-size: 10pt;
	text-align: justify;
	background-color: black;
        color: lightgrey;
         }

div#contrib pre {
	text-transform: lowercase; 
	text-align: center;
	color: white;
	font-size: 13pt;
	}

a:link { 
	color: white; 
	text-decoration: none; 
	}
	
a:visited { 
	color: grey; 
	text-decoration: none; 
	}
	
a:hover { 
	text-decoration: underline; 
	}

p.separator { 
	text-align: center; 
	color: white;
	}
	
p.signature { 
	text-align: right;
	font-style: italic;
	}

.selected { 
	color: white;
	font-weight: bold;
	}

.bottom { 
	margin-top: 30pt;
        text-align: center;
        letter-spacing: 0pt;
        font-weight: bold;
	font-size: 8pt;
	}

.bottom a { 
        color: red;
	text-decoration: none;
	}
 
