 a:link {

font-family: "Times New Roman", Times, serif;

    color: #B2E050;
    background-color: transparent;
    text-decoration: none;
}

body {
  background-color: lightblue;
}


a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: yellow; font-size:20px}
    background-color: transparent;
    text-decoration: underline;


a:active {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}



body {
        background:url("../dd/grad1x.png"), black;  /*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;
}
.shadow {
	z-index:50;
	background-color:#444;
}
.original {
	margin-top:0px;
	margin-bottom:0px;
	/* background-color:black;  --background:url("../dd/grad1.png")  */
	background-color:black;
	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:black;
}
#header {
	clear:both;
	text-align:center;
	margin:0px 0px;
	color:#C0C0C0;
	background-color:#444;
}
#navigation {
	width:140px;
	float:left;
	align:left;
	margin:0px 0px;
}

#navigation-right {
	position: relative;
	width:80px;
	float:right;
	align:left;
	margin: 0px 0 0px 0;
       font-size: 12px;
       font-family: Verdana, Arial;
	  line-height: 1.2; 
	  
	   
}

#content {
	position: relative;
	margin:0px 80px 0px 140px;
       
}
#footer {
	clear:both;
	text-align:center;
	margin:0px 0px;
	color:white;
}

 

iframe {

overflow: scroll;
    
    border: 0px solid black;

} 




