@charset "utf-8";
/* CSS Document */

body{        
	background:;
	font-family: "Roboto Condensed", sans-serif;
	margin:10px;
	padding:10px;       
}

/* site TEXT */
p
{
		color:;
		font-size:18px;
		line-height: 22px;
		text-align: justify;
		
		
}

p.table
{
	color:#000;
	font-family: "Great Vibes", sans-serif;
	font-size:13px;
	text-align: right;
	
}
				

.note
{										/* Use"#"to set 'ID' i.e.= '*p" In coding set up as <p id="p1">*/

		font-size:14px;						/* set default all font sizes on the page[1em=50 pixals] */
		font-style:italic;					/* normal; italic; */
		font-family:Trebuchet MS;				/* any suitable font */
		font-weight:normal;					/* bold; normal; */
		font-variant:;						/* small-caps; normal; */
		
		letter-spacing:;					/* ??????; */	
		background-color:;				/* behind text only;  */
		color:#960;							/* font color; */							
		text-indent:0;					/* First line of text;  */
		text-align:justify;					/* left;center;right;justified;  */
		width:95%;							/* width of text on page; */
		text-decoration: none;				/* overline;underline;line-through; */
		text-transform:;					/* upper;lower; capitalize; */
		line-height:20px;					/* height per line of text */
		
	
}	

.p2{										/* Use"#"to set 'ID' i.e.= '*p" In coding set up as <p id="p2">*/

		font-size:15px;						/* set default all font sizes on the page[1em=50 pixals] */
		font-style:;					/* normal; italic; */
		font-family:candara;				/* any suitable font */
		font-weight:normal;					/* bold; normal; */
		font-variant:;						/* small-caps; normal; */
		width:100%;							/* within space provided */
		letter-spacing:0px;					/* ??????; */	
		background-color:;				/* behind text only;  */
		color:#09F;							/* font color; */							
		text-indent:;					/* First line of text;  */
		text-align:justify;					/* left;center;right;justified;auto;  */
		width:95%;							/* width of text on page; */
		text-decoration: none;				/* overline;underline;line-through; */
		text-transform:;					/* upper;lower; capitalize; */
		line-height:;					/* height per line of text */
	
}

.p3{										/* Use"#"to set 'ID' i.e.= '*p" In coding set up as <p id="p3">*/
		font-size:19px;						/* set default all font sizes on the page[1em=50 pixals] */
		font-style:;					/* normal; italic; */
		font-family:Candara;				/* any suitable font */
		font-weight:;					/* bold; normal; */
		font-variant:;						/* small-caps; normal; */
		width:95%;							/* within space provided */
		letter-spacing:1px;					/* ??????; */
		background-color:;				/* behind text only;  */
		color:#060;							/* font color; */
		text-indent:;					/* First line of text;  px*/
		text-align:left;					/* left;center;right;justified;  */
		width:95%;							/* width of text on page; */
		text-decoration: none;				/* overline;underline;line-through; */
		text-transform:;					/* upper;lower; capitalize; */
		line-height:20px;					/* height per line of text */
	
}







.c{
	text-align:center;
	font-weight: bold;
}					/* Use"."to set"Class otion*/

.j{text-align:justify;}

.cj{color: #09F;
	font-family:Lucida Sans Unicode;	
	text-align:justify;
	font-size:16px;	
	
}

.cjs{color: #09F;
	font-family:Lucida Sans Unicode;	
	text-align:justify;
	font-size:13px;	}
	
						


h1{color:#600;text-align:auto; font: bold 37px Arial;}			/* heading of para(em/em =front em= font size back em = space before and after*/
h2{color:#09C;text-align:auto; font: bold 32px verdana;}				/* heading of para */
h3{color:#3CF;text-align:left; font: bold 27px verdana;}
h4{color:#660;text-align:left; font: bold 22px verdana;}
h5{color:#663;text-align:left; font: bold 18px verdana;}
h6{	color:#FC0;text-align:left;font: bold 16px verdana;}

a {
color: #30b33c;
font-weight: 400;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
display: inline-block;
text-decoration: none;
position: relative;
}
a::before {
position: absolute;
top: 0;
left: -5px;
right: -1px;
z-index: -1;
box-sizing: content-box;
padding: 0 5px;
width: 100%;
height: 100%;
border-radius: 25px;
background-color: #fff;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.4s, opacity 0.3s;
transition: transform 0.4s, opacity 0.3s;
-webkit-transform: scale(0);
transform: scale(0);
}
a:hover::before
{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
background-color: #e8e8ea;
color: #e74c3c ;
}

a:hover
{
	color: #bc600f ;	
}




ol {

	list-style-position: outside;
    font-family: "Courier";
	font-size:14px;	
    border: ;
    color: #C90;
  }
			
ul {

	
    font-family: "Trebuchet MS";
	font-size:17px;
	text-align:left;		
    border: ;
    color: ;
	line-height:500px;
	margin-top:10px;					
	margin-bottom:20px;
	margin-right:100px;
	margin-left:10px;	
	
  }
  
  li {
	
    font-family: "Trebuchet MS";
	font-size:17px;	
    border: ;
    color: ;
	line-height:15px;
	margin-top:10px;					
	margin-bottom:20px;
	margin-right:10px;
	margin-left:10px;
	padding-left:8px;		
	
  }




.customHrmp {
    width: 90%;
    color: #1a2333;
    line-height: 3px;
	margin-left: 20px;
    margin-right:50px;
    margin-top: 6px;
    margin-bottom: 10px;
	background-color: #C96;
	border-style: inset;
	align: center;
}

.line
{
    width: 90%;
    color: #1a2333;
    line-height: 3px;
	margin-left: 20px;
    margin-right:50px;
    margin-top: 6px;
    margin-bottom: 10px;
	background-color: #C96;
	border-style: inset;
	align: center;
}

hr {
width: 60%;
margin-left: auto;
margin-right: auto;
height: 5px;
background-color:#666;
opcaity: 0.5;
}

