﻿.ul1
{color:green;
font-weight:bold;
 margin-left=0px;
}
.ol1
{color:white;
font-weight:bold;
margin-left=0px;
font-family:"Comic Sans MS";
}
ul
{color:brown;
font-weight:bold;
 margin-left=50px;
}
ol
{color=black;
font-weight:bold;
 margin-left=30px;
font-family:"Comic Sans MS";
}
.text1 {
	font-family:"Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	color:black;
	font-weight:normal;
	text-decoration: none;
	text-align: justify;
}

.text2 {
	font-family: "Comic Sans MS";
	font-size: 20px;
	color:"#800080";
 	font-style: inormal;
	font-weight:700;
	
	text-align: center;
}
.text3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: blue;
	text-align: justify;
	font-weight: normal;
                font-style: italic;
                margin-left=50px;
	text-align: justify;
}
	 
.text4 {
	font-family:"Comic Sans MS";
	font-size: 16px;
	font-style: normal;
	color:blue;
	font-weight:normal;
	text-decoration: none;
	text-align: center;
}

h7 { 
	font-family:"Comic Sans MS";
	font-size: 32pt;
	color:fuchsia; 	
	font-weight:bold;
 	text-shadow: 3px 4px #ffff00;
}
h8 { 
	font-family:"Comic Sans MS";
	font-size: 24pt;
	color:red; 	
	font-weight:bold;
 	text-shadow: 3px 4px #00ffff;
}



<!--
.darkrow
{
background-color:330099;
color:white;
font-family:sans-serif;
font-weight:700;
}
.redrow
{
background-color:"#FF00FFF";
color:yellow;
font-family:sans-serif;
font-weight:700;
}


.deepseacell
{
background-image:url('deepsea.gif');
background-color:"#99CCFF";
color:blue;
font-family:sans-serif;
font-weight:500;
}

.deepseacell1
{
background-image:url('deepsea.gif');
background-color:"#FFFF90";
color:white;
font-family:sans-serif;
font-weight:500;
}

 H2 {
	font-size:14.0pt;
	text-align:center;
	color:orange;
	font-family:Comic Sans MS;
	font-weight:bold;}


 	
h3{     font-size:12.0pt;
       	text-align:center;
	page-break-after:avoid;
	color:blue;
	letter-spacing:-.15pt;}
	font-family:sans-serif;
h4{
	
	font-size:12.0pt;
	text-align:center;
	color:red;
	font-weight:bold;}

h5{
	
	font-size:12.0pt;
	text-align:center;
	color:brown;
	font-weight:bold;}





a:link 
	{color:blue;
	font-family:Comic Sans MS;
	font-weight:bold;
	font-size:10.0pt;
	text-decoration:none}

a:visited {color:orange;
	font-weight:bold;
	font-size:10pt;
	font-family:Comic Sans MS;
	text-decoration:none
}

a:hover {color:red;
	font-weight:bold;
	font-size:10.0pt;
	text-decoration:none}

a:active {color:brown;
	font-weight:bold;
	font-size:10.0pt;
	text-decoration:none}

.highlight { 
  font-family:"Comic Sans MS";
   font-size: 16px; 
   font-weight: normal; 
   color: black; 
   background-color: white; 
} 
/* unvisited link */
a:link {
    color: #00ffff;
text-decoration: none;
}

/* visited link */
a:visited {
    color: #ffff00;
}

/* mouse over link */
a:hover {
    color: #ffffff;
}

/* selected link */
a:active {
    color: #0000FF;
} 
