pre {
	background-color:#888;
	color:white;
	margin:3px 30px 3px 30px;
	padding:5px;
}
/*
a:link {color:#ccc}
a:hover {background-color:white; color:black}
a:visited {color:gray} */

a:link, a:visited {
	font-size:90%;
	text-decoration: underline;
	font-weight: 500;
	color:gray;
}

*/

a:hover {
	background-color:white;
color:black  text-decoration: none;
	color: #a03022;
	text-decoration: underline;
	word-spacing: 0px;
}
  Menu CSS 
*/




body {
	background:url("../dd/grad1.png");  /*background:url("../dd/background.jpg");norepeat;*/
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	padding:0px 0px;
	margin:0px 0px;
	text-align:center;
	color:white;
}
table {
	color:#000;
}
ul {
	text-align:justify;
	padding:0px 0px;
	list-style-type:none;
	margin:5px 0px 5px 10px;
}
.shadowx {
	z-index:50;
	background-color:#444;
}
.original {
	margin-top:0px;
	margin-bottom:0px;
	/* background-color:black;  --background:url("../dd/grad1.png")  */
	
	text-align:left;
	font-size: 12px;
	font-family: Verdana, Arial;
}
.text1 {
	padding:0px 0px;
	margin:0px 0px;
	color:#C0C0C0;
	text-align:right;
	font-size: 10px;
	font-family: Verdana, Arial;
}
#container {
	text-align:justify;
	width:100%;
	color:#999;
}
#header {
	text-align:center;
	margin:0px 0px;
}
#navigation {
	width:140px;
	float:left;
	align:left;
	margin:0px 0px;
}

#navigation-right {
	position: relative;
	width:80px;
	float:right;
	text-align:center;
	margin:10px 5x 0px 4x;
       font-size: 12px;
       font-family: Verdana, Arial;
}

#content {
	position: relative;
	margin:0px 80px 0px 140px;
       
}
#footer {
	clear:both;
	text-align:center;
	margin:0px 0px;
	color:white;
}
