html {
	font-size: 90%;
	font-family: verdana, sans;
}

body {
	background: #000;
	color: #CCC;
}

:link, :link.navbar {
	font-weight: bold;
	color: #0A0;
}

:link:hover, :visited:hover, :link:hover.navbar, :visited:hover.navbar {
	color: #0C0;
}

:visited, :visited.navbar{
	font-weight: normal;
	color: #090;
}

:link.hidden, :visited.hidden,:link:hover.hidden, :visited:hover.hidden  {
	color: #ccc;
	text-decoration: none;
}

.navbar{
	background: #333;
	color: #000;
}

div.news h3, div.news p{
	background: #333;
}


.hidden  {
	text-decoration: none;
	font-weight: normal;
}


.slogan {
	font-style: italic;
	font-size: 1.3em;
}

.slogan em{
	font-style: normal;
}

div.quote {
	width: 66%;
	margin: auto;
}

div.quote p{
	margin: 0;
}

div.quote p.author{
	text-align: right;
	margin-right: 10%;
}

div.quote .author:before{
	content: "- ";
}

p.quote {
	font-style: italic;
}

.merc_nostock{
	color: red;
	font-weight:bold;
}

.webcam_offline{
	color: yellow;
}

/** legal notice */
.legal{
	font-size: x-small;
	text-align: center;
}

/* wordpress and serendipity */

#header, #menu, /* wordpress */ 
#serendipity_banner, #serendipityRightSideBar, #serendipityLeftSideBar{
	background: #777;
}

.storytitle a{
	color: white;
}

#serendipityRightSideBar a, #serendipityLeftSideBar a{
	color: black;
}

#menu a:hover,
#serendipityRightSideBar a:hover, #serendipityLeftSideBar a:hover{
	color: #0C0;
}
