<style>

/*embedding - inside doctype
external - this one
import - url
inline - within tag*/


/*inherited links*/

/*both body:link and a:link are required for color*/

body:link
 {
	color: blue;			//links sud be of blue color
	text-decoration: none
 }

a:link
 {
	/*text-decoration: none;*/
	color: blue;			//links sud be of blue color
 }

a:active
 {
	text-decoration: none;
	color: #FF6BC1;			//active links sud be of pinkish color
 }

a:visited
 {
	/*text-decoration: none;*/
	/*color: #5C5A5A;			//visited links sud also be of gray color*/
	color: green;			//visited links sud be of green color
 }

a:hover
 {
	text-decoration: none;
	color: #0090FF; 		//mouse over links sud produce bluish color
 }




/*-----------------------------------------------------------
never create comments using // outside
classes to be used as <p class=net> in HTML - to be defined
-----------------------------------------------------------*/

.blue
{
	color: #0081E3;
	/*color: #00CCFF;*/
}

.green
{
	color: #4AA380;
}

.red
{
	color: #FF0000;
}

.yellow
{
	color: #FFFF00;
}

.magenta
{
	color: #BE0266;
}

.b
{
	font-weight: bold;
}

.u
{
	text-decoration: underline;
}

.i
{
	font-style: italic;
}

.strike
{
	text-decoration: line-through
}

.net_body
 {
	background-color: #89cea8;
	text-align: justify;
	/*font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif;*/
	font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	font-size: 11pt;
 }

.net_body_compliment
 {
	text-align: justify;
	font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	font-size: 14pt;
 }


/*.net_table_menu_content
 {
	margin-left: 10px;
	margin-right: 10px;
 }*/


.net_menu_left
 {
	background-color: #C0F0E0;
 }

.net_menu_top
 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*only place (top and bottom menus) where Verdana is before Times*/
	color: #FF9900;
	font-size: 8pt;
	text-align: justify;
	margin: 0px;
 }

.net_menu_top a:link
 {
	/*text-decoration: none;*/
	color: yellow;			//header links sud be of yellow color
 }

.net_menu_top a:active
 {
	text-decoration: none;
	color: #FF6BC1;			//active links sud be of yellow color
 }

.net_menu_top a:visited
 {
	/*text-decoration: none;*/
	/*color: #5C5A5A;			//visited links sud also be of gray color*/
	color: #ADFFB9;			//visited links sud be of green color
 }

.net_menu_top a:hover
 {
	text-decoration: none;
	color: #FFC1E5; 		//mouse over links sud produce pink color
 }


.net_menu_bottom
 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*only place (top and bottom menus) where Verdana is before Times*/
	color: #990000;
	font-size: 8pt;
	text-align: justify;
	/*font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif;*/
	margin: 0px;
	background-color: #C0F0E0;
 }

td.net_menu_bottom a {
	color: #990000;
}


.net_menu
 {
	text-align: justify;
	/*font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif;*/
	font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif; /*only place (top and bottom menus) where Verdana is before Times*/
	color: #000000;
	/*margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 5px;*/
	font-size: 14pt;
	/*background-color: #000000;*/
 }

.net_title
 {
	font-family: Times, Verdana, Geneva, Helvetica, sans-serif;
	color: #990000;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
 }

.net_subtitle
 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FF9999;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
 }

.net_subtitle2
 {
	font-family: Times New Roman, Times, serif;
	color: #FF0000;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
 }

.net_content
 {
	text-align: justify;
	/*font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif;*/
	font-family: Arial, Times, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	/*margin-right: 25px;
	margin-left: 20px;*/
	background:#89cea8;
	font-size: 12pt;
	background:#C0F0E0;
 }

.net_content
 {
	text-align: justify;
	/*font-family: Times, Arial, Verdana, Geneva, Helvetica, sans-serif;*/
	font-family: Arial, Times, Verdana, Geneva, Helvetica, sans-serif;
	color: #000000;
	/*margin-right: 25px;
	margin-left: 20px;*/
	background:#89cea8;
	font-size: 12pt;
	background:#C0F0E0;
 }

.net_quote
{
	font-weight: bold;
	font-style: italic;
	font-size: 15pt;
	color: #3B62E2;
	text-align: center;
	/*background-color: #C2EDDA*/
}

.net_text
{
	text-align: justify;
}

.net_alert
{
	font-weight: bold;
	font-style: italic;
	font-size: 15pt;
	color: #E57C2B;
	text-align: justify;
	/*background-color: #C2EDDA*/
}

.net_row_fill
{
	background-color: #78E1E2;
}

.net_table
{
	background-color: #8EE5C8;

}

.net_intro
{
	/*font-weight: bold;*/
	/*font-style: italic;*/
	font-family: Times, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 20pt;
	color: #3B62E2;
	text-align: center;
	/*text-align: justify;*/
	/*background-color: #C2EDDA*/
}

.net_intro_center
{
	font-weight: bold;
	/*font-style: italic;*/
	font-family: Times, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 22pt;
	color: #3B62E2;
	/*background-color: #C2EDDA*/
}

.net_intro_title
{
	font-family: Times, Verdana, Geneva, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
}

.net_book_desc
{
	background-color: #9bdac5;
	font-family: Times, Verdana, Geneva, Helvetica, sans-serif;
	color: #0000FF;
	font-size: 14pt;
	text-align: justify;
}

</style>
