/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, textarea, blockquote, th, td { 
  padding:0;
  margin:0;}

fieldset, img {border:0}

ol, ul, li {list-style:disc}

:focus {outline:none}

body,
textarea,
select {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #4c4c4c;
}

h1 {
  font-size: 2.5em;
  font-weight: 300;
  color: #4c4c4c;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
  text-shadow:1px 1px 2px red;
}

html{
  background-color: #ffffff;
}

hr{
  color: #a9a9a9;
  opacity: 0.3;
}

input[type=text]:focus {
    border: none;
    border-bottom: 2px solid green;
}
#txtcode
{ font:bold 350% 'Calibri';
  text-shadow: 3px 3px 3px #4444ff;
  color:#fff;
  } 
 #mydivs { 
box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 2px 0px 0px rgba(255, 255, 255, .8);
border-radius: 25px;
overflow:scroll;
font-size:1.5em;
width:80%;
margin:auto;
background-image:linear-gradient(#fff, #ddFFcc);
     height:800px; }
  #divs { 
box-shadow: 5px 5px 10px 5px #ccc;
background-image: linear-gradient(white, white, #ffeeee);
padding:5px;
border-radius:10px;
font-size:1.2em;
display:inline
 }   
 #idivs { 
box-shadow: 5px 5px 10px 5px #ccc;
background-image: linear-gradient(white, #ffffcc);
padding:5px;
border-radius:10px;
height:800px;
font-size:1.2em;
overflow:scroll
 } 
 #tul { 
box-shadow: 3px 3px 5px 2px #ccc;
background-image: linear-gradient(white, green, darkgreen);
padding:5px;
border-radius:10px;
color:white;
 }
a:link {
	color: green;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: green;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
	color: green;
	text-decoration:blink;
	background-color:#000033
}
.style2 {color: #006699}
