/* seo-style.css stylesheet for Improvement Technologies */

body {
   background: #fff;
   margin: 0;
   padding: 0;
   border: 0;
}

/* fonts */

p {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #000; 
}

.header-name {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-style: italic;
   font-weight: bold;
   color: #fff;
}

.header-name2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   color: #fff;
}

.sitemap-main {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #000;
}

.sitemap-kw {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-style: normal;
   font-weight: normal;
   color: #000;
}


/*   headings  */
h1, h2, h3, h4, h5, h6	{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: normal;
   font-weight: bold;
   color: #000;
}

h2	{
	font-size: 14px;
}

h3	{
	font-size: 12px;
}

h4	{
	font-size: 11px;
}


/* links */

a:link, a:visited {
   color: blue;
}

a:hover, a:active {
   color: red;
}
