@charset "utf-8";
/* Remove Comment Tags to Use */


body {
	background-color: #006699;
	background-image: 
	}


h1 {
	color: whitesmoke;
	/* color: #000000; */
	/* color: rgba(0, 0, 0, 1.00); */
	/* color: hsla(0, 100%, 0%, 1.00); */
	
	text-align: center;
	/* text-align: left; */
	 text-align: right; 
	/* text-align: justify; */
	
	text-decoration: none;
	/* text-decoration: overline;*/
	/* text-decoration: line-through;*/
	 text-decoration: underline;
	
	text-transform: none;
	 text-transform: uppercase; 
	/* text-transform: lowercase; */
	/* text-transform: capitalize; */
	
	word-spacing: normal;
	/* word-spacing: 10px; */

	text-shadow: none;
	 text-shadow: 3px 2px blue; 

	font-style: normal;
	 font-style: italic; 
	/* font-style: oblique; */
	
	font-size: default;
	/* font-size: 36px; */
	/* font-size: 2.5em; */
	
	font-weight: normal;
	/* font-weight: bold; */
	/* font-weight: lighter; */
	
}


p {
	font-family: verdana;
	font-size: 20px;
	color: whitesmoke;
	text-indent: 0px;
	/* text-indent: 50px; */
}

#para1 {color:3blue}

.para2 {color: blue; 
background-color: white}

ul.a {
	list-style-type: circle;
	list-style-position: outside;
	/* list-style-position: inside; */

}

ul.b {
	list-style-type: square;
}

ol.c {
	list-style-type: upper-roman;
}

ol.d {
	list-style-type: lower-alpha;
}

ol {
  background:  #ff9999;
  padding: 20px;
}

ul {
  background: #3399ff;
  padding: 20px;
}

ol li {
  background: #ffe5e5;
  padding: 5px;
  margin-left: 35px;
}

ul li {
  background: #cce5ff;
  margin: 5px;
}




