\\\\/***********************************************/
/* nesoptimal.css                            */
/* Use with template.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

a.one:link  {
	color: #FFFFCC;
	text-decoration: none;
}
a.one:visited  {
color: #00FF00;
	text-decoration: none;
}
a.one:hover {
color: #00FF00; 
	text-decoration: underline;
}

BODY  {
background-color: #FFFFE8;
font-family: Arial;
}

T2 {
font-family: Arial;
color: #00FF00;
background-color: #CCCC99;
}
a:link  {
	color: #333300;
	font-family: Arial;
	font-size:20px;
	font-weight: bold;
	text-decoration: none;
}
a:visited  {
color: #333300;
font-family: Arial;
font-size:20px;
font-weight: bold;
	text-decoration: none;
}
a:hover {
color: #009900; 
	text-decoration: underline;
}


T3 
body{
	font-family: Arial;
	font-size:16px;
	color: #333300;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a.two:link  {
	color: #333300;
	font-family: Arial;
	font-size:16px;
	text-decoration: none;
}
a.two:visited  {
color: #990099;
font-family: Arial;
font-size:16px;
	text-decoration: none;
}
a.two:hover {
color: #009900;
	text-decoration: underline;
}
T4{
font-family: Arial;
color: #00FF00;
background-color: #99CC99;
}


/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial;
 font-size: 36px;
 color: #333300;
}

h2{
font-family: Arial;
 font-size: 28px;
 color: #333300;
}

h3{
font-family: Arial;
 font-size: 24px;
 color: #333300;
}

h4{
font-family: Arial;
 font-size: 22px;
 font-weight: bold;
 color: #333300;
}

h5{
font-family: Arial;
 font-size: 18px;
 color: #333300;
}

h6{
font-family: Arial;
 font-size: 16px;
 color: #333300;
}


ul{
 list-style-type: disc;
}







