 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;
}



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")  */
	
	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;
}


#navigation-right {
	position: relative;
	width:80px;
	float:right;
	text-align:center;
	margin:10px 5x 0px 4x;
       font-size: 12px;
       font-family: Verdana, Arial;
}

