﻿
html

body {
	font-family: Verdana;
	font-size: 10px;
	background-color: white;
  }

a
a:link  {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a:visited  {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
  }

a:hover  {
	color:#333333;
	text-decoration:none;
	font-weight: bold;
  }
a:active	{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

p   {
	font-size:11px;
  }

h1  {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
} 
h2	{
	color: ffffff;
	font-size: 14px;
	font-weight: bold;
  }
h3	{
	
  }
h4	{
	
  }
.style1	{
	font-size: 10px;
}
ol {
	font-size:11px;

}
ul {
	font-size:11px;

}
ul ul { 
	list-style-type: disc;
 }