/*
	Xamango.org style sheet
	
*/

body {
	background-color: #fcfcfc;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	width: 80%;
	margin: auto;
}

A {
	color: #393;
}
A:hover {
	color: #363;
}

#head, #foot {
	background-color: #393;
	color: white;
	padding-left: .25em;
	padding-right: .25em;
	padding-bottom: .15em;
}
#nav {
	background-color: #cfc;
	padding: .1em;
}

#content {
	padding: .5em;
}

#content h2 {
	border-bottom: 1px solid #ddd;
}

#content dt {
	font-style: italic;
}

#content blockquote {
	border : 2px solid #000;
	margin: 0px;
	padding: 3px;
	background-color: #B4CDB9;
	quotes: "\201C" "\201D";
}
#content blockquote p:before { content: open-quote; font-weight: bold; font-size: 30px;}
/* #content blockquote p:after { content: close-quote; font-weight: bold; } */

.announce {
    text-align: center;
    font-weight: bold;
    font-size: large;
}

#head A { text-decoration: none; color: inherit;}
#foot A {
	color: white;
}
#foot A:hover {
	color: #eee;
}