[Skip to Content]

HTML Document

URL: http://www.freeastrologyvedic.com/services-astrology.php
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Mon, 09 Sep 2013 09:58:25 GMT
Download Time: Less than a second
Cookies: None
Size: 181 KB
Page Weight: 181 KB (total size of HTML, CSS, JavaScript and images)
Depth: 1 clicks from home page
Charset: UTF-8
Forms: 20 forms containing 153 controls
HTTP Headers: View Headers 0 headers
Links In: View Links 0 pages
Links Out: View Links 0 links
Images: View Images 0 images
CSS: View CSS Files 0 files
JavaScript: View JavaScript Files 0 files
  
Issue Issues: 72 issues found on 602 lines

Priority 2
This page has no privacy policy. If your web server logs visits, then every page reachable by a search engine should have a privacy policy explaining what is logged and how the logs are used.



Priority 2
Provide a search option on each page of content-rich web sites.

Help
A search option should be provided on all pages where it may be useful - users should not have to return to the homepage to conduct a search. Search engines can be helpful on content-rich web sites, but do not add value on other types of sites.


Priority 2
On long pages, provide a list of contents with links that take users to the corresponding content farther down the page.

Help
For long pages with distinct sections, add a short, clickable list of sections at the top of the page. This provides a page outline, and allows users to quickly navigate to specific information.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
Name : Tastelessly
Description: A very light design suitable for community sites and blogs.
Version : 1.0
Released : 20080122
-->

Priority 1
Use the LANG attribute to identify the language of the page.

Help
In HTML add a LANG attribute to the HTML tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />

Priority 2
Title tag is too long for Bing. Bing recommends using titles up to 65 characters long. The title is 69 characters long.
Line 18 Bing

Help
The major search engines all have different limits for title length, and these limits have changed over time. Avoid title lengths close to the limits to prevent problems when the limits change again, and note that the W3C recommends a maximum length of 64 characters.


Priority 2
Title tag is too long for Yahoo. Yahoo recommends limiting your page title to 67 characters. The title is 69 characters long.
Line 18 Yahoo

Help
The major search engines all have different limits for title length, and these limits have changed over time. Avoid title lengths close to the limits to prevent problems when the limits change again, and note that the W3C recommends a maximum length of 64 characters.


Priority 2
Title is longer than 64 characters. W3C recommends titles are no longer than 64 characters.


<title>Online Astrologer, Horoscope Online ,Astrologers, Astrologer in India</title>
<meta name="description" content="HOROSCOPE ONLINE,Horoscope By Date Of Birth, HOROSCOPE MATCHING, ONLINE PSYCHIC, PSYCHIC READINGS, VEDIC ASTROLOGER, ASTROLOGERS HOROSCOPES, Astrologer in India" />
<meta name="keywords" content="horoscope online, hindu astrologers, vedic astrologer, horoscope by date of birth, date of birth astrology, janam kundali, indian astrologers, horoscope in hindi, astrologer for free, horoscopes by astrologers, astrology predictions, online kundli" />
<link href="resources/astrology/astrology2.jpg" rel="shortcut icon" type="image/x-icon" />
<link href="resources/astrology/astrology2.jpg" rel="icon" type="image/x-icon" />
<!-- Start of user defined header tracking codes -->
<meta http-equiv="content-language" content="en-us"
Priority 1
End tag for "meta" omitted, but OMITTAG NO was specified.
Line 24 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 24 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

>
<meta name="msvalidate.01" content="6928F4EE5B35101F9553CA1F56F93C50" />
<meta name="p:domain_verify" content="af331e5ddaf397eff33af0db1b84e527" />
<meta name="baidu-site-verification" content="1UrFBlTOxDT3sP4u" />
<!-- End of user defined header tracking codes -->
<style type="text/css" id="styleCSS">
/*
Tastelessly
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
margin: 0;
padding: 0;
}

Priority 2
If you set any of the colors on the BODY tag you must set all of them.
Line 48 WCAG2 AA F24

Help
In HTML the color attributes are TEXT, BGCOLOR, LINK, ALINK and VLINK. In CSS the attributes are COLOR and BACKGROUND-COLOR. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.

body {
margin: 20px 0;
background-color:#45322B;
background-image: url(resources/pink_universe.jpg);
background-repeat:repeat;
background-position:top left;
background-attachment:scroll;
}

Priority 2
If you set any of the colors on the BODY tag you must set all of them.
Line 57 WCAG2 AA F24

Help
In HTML the color attributes are TEXT, BGCOLOR, LINK, ALINK and VLINK. In CSS the attributes are COLOR and BACKGROUND-COLOR. Some users have browser defaults set to white text on a black background, so setting one color without setting the others can result in black text on a black background.

body, th, td, input, textarea {
font-family
Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.


Priority 2
Text-based form controls with absolute font sizes do not resize correctly.
Line 59 WCAG2 AA F80

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low vision users often zoom forms to make them easier to fill in, but the text on this form may not resize correctly.

: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #372822;
}
form {
}
fieldset {
}
h1, h2, h3 {
margin-top: 1.5em;
color: #372822;;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 1.1em;
font-weight: bold;
color: #372822;;
}
h3 {
font-size: 1em;
}
ul, ol {
margin-top: 1.5em;
line-height: 1.8em;
}
ul, ol {
margin-left: 3em;
}
blockquote {
margin-left: 3em;
margin-right: 3em;
}

Priority 1
Removing the underline from links makes it hard for color-blind users to see them.

Help
Remove the text-decoration:none property from your link styles, or add other non-color style attributes to visually distinguish links.

a {
text-decoration: none;
}
a:hover {
border: none;
}
h1 a, h2 a, h3 a {
border: none;
text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
background: none;
}
/* Wrapper */
#wrapper {
}
/* Header */
#header {
width: 980px;
margin: 0 auto;
}
#menu {
float: left;
}
#menu ul {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
}
#menu li {
float: left;
}
#menu a {
display: block;
float: left;
height: 25px;
margin-right: 1px;
padding: 10px 20px 0 20px;
text-decoration: none;
font-size: 1.1em;
font-weight: bold;
color: #FFFFFF;
}
#menu a:hover {
background: #F3F3F3;
color: #372822;
}
#menu .selected a {
background: #F3F3F3;
color: #2C2E22;
}
/* Logo */
#logo {
width: 978px;
height: 200px;
margin: 0 auto;
height: 263px;
border: 20px solid #F3F3F3;
}
#sys_banner {
width: 978px;
height: 200px;
margin: 0 auto;
height: 263px;
}
#logo h1, #logo h2 {
margin: 0;
padding: 0;
}
#logo h1 {
padding: 100px 5px 0 20px;
color: #FFFFFF;
}
#logo h2 {
padding: 115px 0 0 0;
font-style: italic;
}
#logo p {
clear: left;
margin: 0;
padding: 0 0 0 20px;
line-height: normal;
font-size: 1.2em;
font-weight: bold;
}
#logo a {
color: #FFFFFF;
}
/* Page */
#page {
width: 978px;
margin: 0 auto;
padding: 20px 0px 0 0px;
background: #FFFFFF;
border: 20px solid #F3F3F3;
border-top: none;
}
/* Content */
#content {
float: left;
width: 938px;
padding: 0px 0px 0px 20px;
}
/* Footer */
.sys_footer {
text-align:
Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.


Priority 3
Use at least a 12-point font on all Web pages.

Help
The following are all smaller than 12 point:
  • <p style="font-size: 11pt;" >
  • <p style="font-size: 11px;" >
  • <p style="font-size: small;" >
  • <font size="2" >
  • <font size="-1" >
For users over age 65, it may be better to use at least fourteen-point fonts. Never use less than nine-point font on a Web site.

center;
font-size: 9px;
color: #CCCCCC;
}
.sys_footer a {
color: #FFFFFF;
}
.sys_txt{
font-family
Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.

: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
color: #372822;
padding : 1px 0 0 0;
font-size-adjust: none;
font-style : normal;
font-variant : normal;
}
a{color:#3C7BCF;}
a img{border:none;}
.sys_txt a{
text-decoration: none;
}
.sys_txt a:hover{
text-decoration: none;
}
.sys_txt h1, .sys_txt h2, .sys_txt h3 {
margin-top: 1.5em;
}
.sys_txt h1 a, .sys_txt h2 a, .sys_txt h3 a {
border: none;
text-decoration: none;
}
.sys_txt h1 a:hover, .sys_txt h2 a:hover, .sys_txt h3 a:hover {
background: none;
}
.sys_txt h1 {
letter-spacing: -.075em;
font-size: 3em;
}
.sys_txt h2 {
letter-spacing: -.05em;
font-size: 1.1em;
font-weight: bold;
color: #372822;
}
.sys_txt h3 {
font-size: 1em;
}
.sys_txt h4{
margin:0;
padding:10px 0 10px 0;
}
.sys_txt h5{
margin:0;
padding:10px 0 10px 0;
}
.sys_txt h6{
margin:0;
padding:10px 0 10px 0;
}
.sys_txt p{
margin:0;
padding:5px 0;
}
.sys_txt blockquote {
margin: 0 20px;
padding:15px 0 15px 30px;
padding-left: 1em;
border-left: 5px solid #DDDDDD;
}
.sys_txt ul{
margin : 15px 5px;
padding : 0 35px;
line-height:normal;
}
.sys_txt ul li{
margin : 0;
padding : 2px 0;
line-height:normal;
}
</style><script src='//ajax.googleapis.com/ajax/libs/webfont/1.4.2/webfont.js' type='text/javascript'></script>
<style type="text/css">
@import url('http://fonts.googleapis.com/css?family=Allan%3A700|Cardo');
</style>
<style type="text/css" id="styleOverrides">
/* ======================
*
* Site Style Settings
*
=========================*/
/* Paragraph text (p) */

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.content p, #content p, .HTML_Default p, .Text_Default p, .sys_txt p, .sys_txt a, .sys_layout p, .sys_txt, .sys_layout {
font-family: 'Cardo';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

/* Navigation */
.sys_navigation a, .ys_menu_2, div#menu ul, div#menu ul li a, ul.sys_navigation li a, div.sys_navigation ul li.selected a, div.sys_navigation ul li a, #navigation li a, div.ys_menu ul a:link, div.ys_menu ul a:visited, div.ys_nav ul li a {
font-family: 'Allan';
}
/* Navigation:selected */
div.sys_navigation ul li.selected a, div#menu ul li.selected a, #navigation li.selected a, div.ys_menu ul li.selected a:link, div.ys_menu ul li.selected a:visited, div.ys_nav ul li.selected a {
}
/* Navigation:hover */
div.sys_navigation ul li a:hover, div#menu ul li a:hover, #navigation li a:hover, div.ys_menu ul a:hover, div.ys_nav ul li a:hover, div.ys_menu ul li a:hover {
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

/* Site Title */
#sys_heading, a#sys_heading, #sys_banner h1 a, #header h1 a, div#heading h1 a {
font-family: 'Allan';
}
/* Hyperlinks (a, a:hover, a:visited) */

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

/* Headings (h2, h3, h4, h5, h6) */
.sys_layout h2, .sys_txt h2 {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h2 a, .sys_layout h2 a:link, .sys_layout h2 a:hover, .sys_layout h2 a:visited {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h3, .sys_txt h3 {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h3 a, .sys_layout h3 a:link, .sys_layout h3 a:hover, .sys_layout h3 a:visited {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h4, .sys_txt h4 {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h4 a, .sys_layout h4 a:link, .sys_layout h4 a:hover, .sys_layout h4 a:visited {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h5, .sys_txt h5 {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h5 a, .sys_layout h5 a:link, .sys_layout h5 a:hover, .sys_layout h5 a:visited {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h6, .sys_txt h6 {
font-family: 'Allan';
}

Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.


Priority 2
Don't use fonts only available on Macs, but not Windows, and vice versa.

Help
The following fonts are available on both Windows and Macs: Arial, Arial Black, Comic Sans, Courier, Courier New, Franklin Gothic, Georgia, Impact, Lucida Console, Lucida Sans, Symbol, Tahoma, Times New Roman, Trebuchet, Verdana (plus the generic serif, sans-serif, monospace, cursive and fantasy CSS fonts).

.sys_layout h6 a, .sys_layout h6 a:link, .sys_layout h6 a:hover, .sys_layout h6 a:visited {
font-family: 'Allan';
}
</style>
<link rel="stylesheet" type="text/css" href="classes/components/PayPalCatalog/layouts/Default/Default.css" />
<link rel="stylesheet" type="text/css" href="classes/components/Image/layouts/Default/Default.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script src="classes/commons/jquery/jquery-1.7.1.min.js
Priority 1
Required attribute "type" not specified.
Line 517 HTML Validation



Priority 1
Document type does not allow element "script" here.
Line 517 HTML Validation


"
Priority 1
Character "<" is the first character of a delimiter but occurred as data.
Line 517 HTML Validation

Help
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.

><\/script>')</script>
<link rel="stylesheet" type="text/css" href="classes/commons/resources/flyoutmenu/flyoutmenu.css"
Priority 1
Document type does not allow element "link" here.
Line 518 HTML Validation


/>
<script type="text/javascript" src="classes/commons/resources/flyoutmenu/flyoutmenu.js
Priority 1
Document type does not allow element "script" here.
Line 519 HTML Validation


"></script>
</hea
Priority 1
End tag for "script" omitted, but OMITTAG NO was specified.
Line 520 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
This page has markup errors, causing screen readers to miss content.
Line 520 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 520 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

d>
<body id="sys_background">
<!-- start header -->
<div id="header">
<div id="menu">
<ul class='sys_navigation'>
<ul class='sys_navigation
Priority 1
Document type does not allow element "ul" here; assuming missing "li" start-tag.
Line 529 HTML Validation


'>
<li id="ys_menu_0" class="first"><a href="./" title="Astrology ">Your Home For Astrology </a></li>
<li id="ys_menu_1"><a href="about-vedic-astrology.php" title="About Vedic Astrology">About Vedic Astrology</a></li>
<li id="ys_menu_2"><a href="about-us-vedic-astrologer.php" title="About Us Vedic Astrologer">About Us Vedic Astrologer</a></li>
<li id="ys_menu_3" class="selected"><a href="services-astrology.php" title="Services Astrology">Services Astrology</a></li>
<li id="ys_menu_4"><a href="testimonials--vedic-astrology.php" title="Testimonials- Vedic Astrology">Testimonials- Vedic Astrology</a></li>
<li id="ys_menu_5"><a href="free-vedic-horoscope-astrology.php" title="Free Vedic Horoscope Astrology">Free Vedic Horoscope Astrology</a></li>
<li id="ys_menu_6"><a href="career-horoscope-astrology.php" title="Career Horoscope Astrology">Career Horoscope Astrology</a></li>
<li id="ys_menu_7"><a href="financial-horoscope.php" title="Wealth Astrology">Wealth Astrology</a></li>
<li id="ys_menu_8"><a href="finance-horoscope-astrology.php" title="Finance Horoscope Astrology">Finance Horoscope Astrology</a></li>
<li id="ys_menu_9"><a href="birth-time-rectification.php" title="Birth Time Rectification">Birth Time Rectification</a></li>
<li id="ys_menu_10"><a href="personalised-life-horoscope.php" title="Personalised Life Horoscope">Personalised Life Horoscope</a></li>
<li id="ys_menu_11"><a href="child-horoscope-astrology.php" title="Child Horoscope Astrology">Child Horoscope Astrology</a></li>
<li id="ys_menu_12"><a href="health-horoscope-astrology.php" title="Health Horoscope Astrology">Health Horoscope Astrology</a></li>
<li id="ys_menu_13"><a href="ask-any-one-question.php" title="Ask Any One Question">Ask Any One Question</a></li>
<li id="ys_menu_14"><a href="love-marriage-horoscope-match-astrology.php" title="Love Marriage Horoscope Match Astrology">Love Marriage Horoscope Match Astrology</a></li>
<li id="ys_menu_15"><a href="annual-yearly-horoscope-astrology.php" title="Annual Yearly Horoscope Astrology">Annual Yearly Horoscope Astrology</a></li>
<li id="ys_menu_16"><a href="business-astrology-horoscope.php" title="Business Astrology Horoscope">Business Astrology Horoscope</a></li>
<li id="ys_menu_17"><a href="muhurata-auspicious-time-astrology.php" title="Muhurata Auspicious Time Astrology">Muhurata Auspicious Time Astrology</a></li>
<li id="ys_menu_18"><a href="manglik-kuja-dosha-check-remedies-astrology.php" title="Manglik-Kuja-Dosha-Check-Remedies-Astrology">Manglik-Kuja-Dosha-Check-Remedies-Astrology</a></li>
<li id="ys_menu_19"><a href="sade-sati-shani-astrology.php" title="Sade Sati Shani Astrology">Sade Sati Shani Astrology</a></li>
<li id="ys_menu_20"><a href="kal-sarp-yog-rahu-ketu-astrology.php" title="Kal Sarp Yog Rahu Ketu Astrology">Kal Sarp Yog Rahu Ketu Astrology</a></li>
<li id="ys_menu_21"><a href="moon-astrology-sign-horoscope.php" title="Moon Astrology Sign Horoscope">Moon Astrology Sign Horoscope</a></li>
<li id="ys_menu_22"><a href="venus-house-astrology.php" title="Venus House Astrology">Venus House Astrology</a></li>
<li id="ys_menu_23"><a href="learn-about-astrology.php" title="Learn About Astrology">Learn About Astrology</a></li>
<li id="ys_menu_24"><a href="astrology-online.php" title="Astrology Online">Astrology Online</a></li>
<li id="ys_menu_25"><a href="planet-astrology.php" title="Planet Astrology">Planet Astrology</a></li>
<li id="ys_menu_26"><a href="indian-astrology.php" title="Indian Astrology">Indian Astrology</a></li>
<li id="ys_menu_27"><a href="money-horoscope.php" title="Money Horoscope">Money Horoscope</a></li>
<li id="ys_menu_28"><a href="jupiter-astrology.php" title="Jupiter Astrology">Jupiter Astrology</a></li>
<li id="ys_menu_29"><a href="jupiter-conjunction-astrology.php" title="Jupiter Conjunction Astrology">Jupiter Conjunction Astrology</a></li>
<li id="ys_menu_30"><a href="jupiter-sign.php" title="Jupiter Sign">Jupiter Sign</a></li>
<li id="ys_menu_31"><a href="jupiter-exaltation-debilitated-jupiter-astrology.php" title="Jupiter Exaltation Debilitated Jupiter Astrology">Jupiter Exaltation Debilitated Jupiter Astrology</a></li>
<li id="ys_menu_32"><a href="jupiter-career-vedic-astrology.php" title="Jupiter Career Vedic Astrology">Jupiter Career Vedic Astrology</a></li>
<li id="ys_menu_33"><a href="medical-astrologer.php" title="Medical Astrologer">Medical Astrologer</a></li>
<li id="ys_menu_34"><a href="zodiac-jupiter.php" title="Zodiac Jupiter">Zodiac Jupiter</a></li>
<li id="ys_menu_35"><a href="yogas-astrology.php" title="Yogas Astrology">Yogas Astrology</a></li>
<li id="ys_menu_36"><a href="jupiter-house-astrology.php" title="Jupiter House Astrology">Jupiter House Astrology</a></li>
<li id="ys_menu_37"><a href="astrological-birth-chart.php" title="Astrological Birth Chart">Astrological Birth Chart</a></li>
<li id="ys_menu_38"><a href="free-astrologer.php" title="Free Astrologer">Free Astrologer</a></li>
<li id="ys_menu_39"><a href="astrology-links.php" title="Astrology Links">Astrology Links</a></li>
<li id="ys_menu_40"><a href="social-media-sites.php" title="Social Media Sites">Social Media Sites</a></li>
<li id="ys_menu_41" class="last"><a href="astrology-forum.php" title="Astrology Forum">Astrology Forum</a></li>
</ul>
<scrip
Priority 1
Required attribute "type" not specified.
Line 573 HTML Validation


t>$(document).ready(flyoutMenu.initFlyoutMenu([{"href": "index.php","title": "Astrology ","name": "Your Home For Astrology ","children": []},{"href": "about-vedic-astrology.php","title": "About Vedic Astrology","name": "About Vedic Astrology","children": []},{"href": "about-us-vedic-astrologer.php","title": "About Us Vedic Astrologer","name": "About Us Vedic Astrologer","children": []},{"href": "services-astrology.php","title": "Services Astrology","name": "Services Astrology","children": []},{"href": "testimonials--vedic-astrology.php","title": "Testimonials- Vedic Astrology","name": "Testimonials- Vedic Astrology","children": []},{"href": "free-vedic-horoscope-astrology.php","title": "Free Vedic Horoscope Astrology","name": "Free Vedic Horoscope Astrology","children": []},{"href": "career-horoscope-astrology.php","title": "Career Horoscope Astrology","name": "Career Horoscope Astrology","children": []},{"href": "financial-horoscope.php","title": "Wealth Astrology","name": "Wealth Astrology","children": []},{"href": "finance-horoscope-astrology.php","title": "Finance Horoscope Astrology","name": "Finance Horoscope Astrology","children": []},{"href": "birth-time-rectification.php","title": "Birth Time Rectification","name": "Birth Time Rectification","children": []},{"href": "personalised-life-horoscope.php","title": "Personalised Life Horoscope","name": "Personalised Life Horoscope","children": []},{"href": "child-horoscope-astrology.php","title": "Child Horoscope Astrology","name": "Child Horoscope Astrology","children": []},{"href": "health-horoscope-astrology.php","title": "Health Horoscope Astrology","name": "Health Horoscope Astrology","children": []},{"href": "ask-any-one-question.php","title": "Ask Any One Question","name": "Ask Any One Question","children": []},{"href": "love-marriage-horoscope-match-astrology.php","title": "Love Marriage Horoscope Match Astrology","name": "Love Marriage Horoscope Match Astrology","children": []},{"href": "annual-yearly-horoscope-astrology.php","title": "Annual Yearly Horoscope Astrology","name": "Annual Yearly Horoscope Astrology","children": []},{"href": "business-astrology-horoscope.php","title": "Business Astrology Horoscope","name": "Business Astrology Horoscope","children": []},{"href": "muhurata-auspicious-time-astrology.php","title": "Muhurata Auspicious Time Astrology","name": "Muhurata Auspicious Time Astrology","children": []},{"href": "manglik-kuja-dosha-check-remedies-astrology.php","title": "Manglik-Kuja-Dosha-Check-Remedies-Astrology","name": "Manglik-Kuja-Dosha-Check-Remedies-Astrology","children": []},{"href": "sade-sati-shani-astrology.php","title": "Sade Sati Shani Astrology","name": "Sade Sati Shani Astrology","children": []},{"href": "kal-sarp-yog-rahu-ketu-astrology.php","title": "Kal Sarp Yog Rahu Ketu Astrology","name": "Kal Sarp Yog Rahu Ketu Astrology","children": []},{"href": "moon-astrology-sign-horoscope.php","title": "Moon Astrology Sign Horoscope","name": "Moon Astrology Sign Horoscope","children": []},{"href": "venus-house-astrology.php","title": "Venus House Astrology","name": "Venus House Astrology","children": []},{"href": "learn-about-astrology.php","title": "Learn About Astrology","name": "Learn About Astrology","children": []},{"href": "astrology-online.php","title": "Astrology Online","name": "Astrology Online","children": []},{"href": "planet-astrology.php","title": "Planet Astrology","name": "Planet Astrology","children": []},{"href": "indian-astrology.php","title": "Indian Astrology","name": "Indian Astrology","children": []},{"href": "money-horoscope.php","title": "Money Horoscope","name": "Money Horoscope","children": []},{"href": "jupiter-astrology.php","title": "Jupiter Astrology","name": "Jupiter Astrology","children": []},{"href": "jupiter-conjunction-astrology.php","title": "Jupiter Conjunction Astrology","name": "Jupiter Conjunction Astrology","children": []},{"href": "jupiter-sign.php","title": "Jupiter Sign","name": "Jupiter Sign","children": []},{"href": "jupiter-exaltation-debilitated-jupiter-astrology.php","title": "Jupiter Exaltation Debilitated Jupiter Astrology","name": "Jupiter Exaltation Debilitated Jupiter Astrology","children": []},{"href": "jupiter-career-vedic-astrology.php","title": "Jupiter Career Vedic Astrology","name": "Jupiter Career Vedic Astrology","children": []},{"href": "medical-astrologer.php","title": "Medical Astrologer","name": "Medical Astrologer","children": []},{"href": "zodiac-jupiter.php","title": "Zodiac Jupiter","name": "Zodiac Jupiter","children": []},{"href": "yogas-astrology.php","title": "Yogas Astrology","name": "Yogas Astrology","children": []},{"href": "jupiter-house-astrology.php","title": "Jupiter House Astrology","name": "Jupiter House Astrology","children": []},{"href": "astrological-birth-chart.php","title": "Astrological Birth Chart","name": "Astrological Birth Chart","children": []},{"href": "free-astrologer.php","title": "Free Astrologer","name": "Free Astrologer","children": []},{"href": "astrology-links.php","title": "Astrology Links","name": "Astrology Links","children": []},{"href": "social-media-sites.php","title": "Social Media Sites","name": "Social Media Sites","children": []},{"href": "astrology-forum.php","title": "Astrology Forum","name": "Astrology Forum","children": []}], "flyover"));</script>
</u
Priority 1
End tag for "li" omitted, but OMITTAG NO was specified.
Line 574 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
This page has markup errors, causing screen readers to miss content.
Line 574 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 574 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

l>
</div>
</div>
<div style="clear:both;"></div>
<div id="logo">
<div id="sys_banner" name
Priority 2
There is no attribute "name".
Line 579 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="banner" style="background: url(resources/online-astrologer/online-astrologer23.jpg.cropped978x263o0%2C0s980x263.jpg) no-repeat left top;" >
<h1 style="text-align:left;"><a id="sys_heading" href="./" style="color:#ff00aa;font-size:36px;font-style:normal;font-weight:bold;text-decoration:none;">Services Astrology</a></h1>
</div>
</div>
<!-- end header -->
<!-- start page -->
<div id="page">
<!-- start content -->
<div id="content">
<div style="width: 100%; padding: 0px; margin: 0px" class="layout_1-column sys_layout">
<div id="layout_row1">
<div id="sys_region_1" style="margin:0px; padding:5px; vertical-align:top; line-height:normal; min-width:100px" class="zone_top" ><div id="I1164" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1164_html"><div id="google_translate_element"></div><script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.HORIZONTAL}, 'google_translate_element');
}
</script><script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</div>
</div><div id="I1798" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1798_html"><a href="https://s3.amazonaws.com/com.alexa.toolbar/atbp/oKk_do/download/index.htm">
Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img src="http://www.alexa.com/tbplatform/images/promotebuttons/red/TB-banner3-2.jpg" alt="Get our toolbar!"></
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 605 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 605 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

a></div>
</div><div id="I2794" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
Priority 1
"async" is not a member of a group specified for any attribute.
Line 608 HTML Validation


src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Priority 1
Required attribute "type" not specified.
Line 608 HTML Validation


"></script>
<!-- 728*90_2_green -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client
Priority 2
There is no attribute "data-ad-client".
Line 612 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="ca-pub-3572507574543969"
data-ad-slot
Priority 2
There is no attribute "data-ad-slot".
Line 613 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="6503107967"></ins>
<scrip
Priority 1
Required attribute "type" not specified.
Line 614 HTML Validation


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I2207" style="display:block;clear: both;" class="Text_Default">
<div id="I2207_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;">
<p style="margin:0in;margin-bottom:.0001pt"><b><span style="font-size:14.0pt;
font-family:&quot;Gill Sans Ultra Bold&quot;,&quot;sans-serif&quot;;color:#00B050">BPHS Chapter 97:</span></b></p>
<p style="margin:0in;margin-bottom:.0001pt;background-position:initial initial;
background-repeat:initial initial"><span style="font-size:14.0pt;font-family:
&quot;Gill Sans Ultra Bold&quot;,&quot;sans-serif&quot;;color:#00B050">"One who reads, or
listens with attention and devotion to this most excellent Hora Shastra,that is
Original Sanskrit Text Book of<span class="apple-converted-space">&nbsp;</span><a href="http://www.freeastrologyvedic.com/index.php" target
Priority 2
There is no attribute "target".
Line 626 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="new"><span style="color:#00B050">Astrology</span></a><span class="apple-converted-space">&nbsp;</span>created
by the ancient father of<span class="apple-converted-space">&nbsp;</span><a href="http://www.freeastrologyvedic.com/index.php" target="new"><span style="color:#00B050">Astrology</span></a><span class="apple-converted-space">&nbsp;</span>Sage
Parashara becomes long-lived and is blessed with increase in his or her
strength, wealth and good reputation."</span></p>
</div>
</div><div id="I778" style="display:block;clear: both;" class="Text_Default">
<div id="I778_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 634 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="http://www.stardestiny.com/">
</a></p><p><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 636 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 636 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

p><p><span style="font-size:12.0pt;mso-bidi-font-size:11.0pt;
line-height:115%;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;"></span></p><p>&nbsp;</p>
<p style="margin-bottom:0in;margin-bottom:.0001pt;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt"></p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:&quot;Courier New&quot;;color:#C0504D;mso-themecolor:
accent2"><span style="color:#C0504D;mso-themecolor:accent2">&nbsp;</span></span></b><span style="color: red;">&nbsp;</span></p>
<h2 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:&quot;Courier New&quot;;color:#F959AD"><a href="learn-about-astrology.php" target="new"><span style="color:#F959AD">Learn About Astrology</span></a></span></b><span style="font-size:9.0pt;font-family:&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;color:#F959AD"></span></h2>
Priority 2
Headings should not be empty.
Line 644 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2>
</h2>
Priority 2
Headings should not be empty.
Line 646 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;">&nbsp;</span></h2>
Priority 2
Headings should not be empty.
Line 646 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2>
</h2><h2 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:&quot;Courier New&quot;;
color:#F79646">&nbsp;<a href="manglik-kuja-dosha-check-remedies-astrology.php" target="new"><span style="color:#F79646">Manglik
Meaning</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 650 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="manglik-kuja-dosha-check-remedies-aatrology.php" target="new"><span class="apple-converted-space"><span style="color: rgb(247, 150, 70);">&nbsp;</span></span></a>&nbsp;&nbsp;<span class="apple-converted-space">&nbsp;</span><a href="sade-sati-shani-astrology.php" target="new"><span style="color:#F79646;
border:none windowtext 1.0pt;mso-border-alt:none windowtext 0in;padding:0in">Shani
Sadesati</span></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="apple-converted-space">&nbsp;</span>
Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="kal-sarp-yog-rahu-ketu-astrology.php" target="new"><span style="color:#F79646">Kal
Sarpa Yog</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 653 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="kal-sarp-yog-rahu-ketu-astrology.php" target="new"><span style="color:#F79646">&nbsp;</span><span class="apple-converted-space"><span style="color: rgb(247, 150, 70);">&nbsp;</span></span></a>&nbsp;</span></b><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;"></span></h2>
Priority 2
Headings should not be empty.
Line 653 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2>
</h2><h2 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:&quot;Courier New&quot;;
color:#F79646">&nbsp;<a href="astrology-online.php" target="new"><span style="color:#F79646">Astrology
Online</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 657 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="astrology-online.php" target="new"><span class="apple-converted-space"><span style="color: rgb(247, 150, 70);">&nbsp;</span></span></a>&nbsp;&nbsp;
Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="planet-astrology.php" target="new"><span style="color:#F79646;
border:none windowtext 1.0pt;mso-border-alt:none windowtext 0in;padding:0in">Planet
Astrology</span></a><span class="apple-converted-space">&nbsp;</span>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 659 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="venus-house-astrology.php" target="new"><span style="color:#F79646">&nbsp;&nbsp;</span><span class="apple-converted-space"><span style="color: rgb(247, 150, 70);">&nbsp;</span></span></a><a href="venus-house-astrology.php" target="new"><span style="color:#F79646">Venus
Astrology</span></a></span></b><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;"></span></h2>
Priority 2
Headings should not be empty.
Line 660 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2>
</h2><h2 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:&quot;Courier New&quot;;
color:#F79646">&nbsp;<a href="free-vedic-horoscope-astrology.php" target="new"><span style="color:#F79646">Free
Astrology</span></a>&nbsp;&nbsp;&nbsp;&nbsp;<span class="apple-converted-space">&nbsp;</span><a href="moon-astrology-sign-horoscope.php" target="new"><span style="color:#F79646">Moon
Astrology</span></a>&nbsp; &nbsp; &nbsp; &nbsp;<a href="yogas-astrology.php" target="new"><span style="color:#F79646">Raja&nbsp;
Yoga Astrology</span></a></span></b><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;"></span></h2>
Priority 2
Headings should not be empty.
Line 666 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2>
</h2>
Priority 2
Headings should not be empty.
Line 668 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h2 style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:&quot;Courier New&quot;;
color:#F79646">&nbsp;</span></b><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;"></span></h2><p></p><p></p>
<p><span style="color:#F79646;mso-themecolor:accent6">&nbsp;</span></p><p></p><p></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><b><span style="font-size:14.0pt;font-family:&quot;Courier New&quot;;
color:#F79646;mso-themecolor:accent6">&nbsp;</span></b><span style="font-size:
9.0pt;font-family:&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;color:#F79646;mso-themecolor:
accent6"></span></p><p></p><p></p>
<p><span style="color:#F79646;mso-themecolor:accent6">&nbsp;</span></p><p></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><span style="font-size:14.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;
color:red">&nbsp;</span><span style="font-size:9.0pt;font-family:&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;
color:red"></span></p>
<p><b><span style="font-size:14.0pt;line-height:115%;color:red"></span></b></p><p><b>&nbsp;</b></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><span style="font-size:14.0pt;mso-bidi-font-size:9.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;
color:#00B050;mso-bidi-font-weight:bold">&nbsp;</span><span style="font-size:
14.0pt;mso-bidi-font-size:9.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;
color:#00B050"></span></p>
<p><span style="color:#00B050">&nbsp;</span></p>
<p>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 693 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="http://www.stardestiny.com/"><span style="font-size:14.0pt;line-height:115%;
font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:minor-latin;mso-fareast-font-family:
Calibri;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:&quot;Times New Roman&quot;;mso-bidi-theme-font:minor-bidi;
color:red;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:
AR-SA"></span></a></p></div>
</div><div id="I2795" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
Priority 1
"async" is not a member of a group specified for any attribute.
Line 700 HTML Validation


src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Priority 1
Required attribute "type" not specified.
Line 700 HTML Validation


"></script>
<!-- 200*90 vert link_2_pink_orange -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="7283020365"></ins>
<scrip
Priority 1
Required attribute "type" not specified.
Line 706 HTML Validation


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1568" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1568_html"><!-- Begin OCC code for Astrology department -->
<span class="occIcon-24927-52740">&nbsp;</span>
<script type="text/javascript">
(function() {
var occ = document.createElement('script'); occ.type = 'text/javascript'; occ.async = true;
occ.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.onlinechatcenters.com/code-24927-52740.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(occ, s);
})();
</script>
<!-- End OCC code --></div>
</div><div id="I657" style="display:block;clear: both;" class="Text_Default">
<div id="I657_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><h3>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face
Priority 2
There is no attribute "face".
Line 723 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="Courier New,monospace
Priority 1
Element "font" undefined.
Line 723 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><span style="color:#C00000"><a href="services-astrology.php" target="new"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
mso-bidi-font-size:10.0pt;color:#C00000">Horoscope Online</span></b></a></span></font></h3>
Priority 2
Headings should not be empty.
Line 724 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h3>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 724 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#984806;mso-themecolor:accent6;mso-themeshade:128">&nbsp;</span></b></font></h3><h3>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 725 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#F79646;mso-themecolor:accent6"><a href="http://www.stardestiny.com/" target="new"><span style="color:#F79646;
mso-themecolor:accent6">Numerology</span></a></span></b><b><span style="font-size:14.0pt;color:#F79646;mso-themecolor:accent6">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 727 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="http://www.stardestiny.com/" target="new"><span style="color:#F79646;
mso-themecolor:accent6">&nbsp;</span></a>&nbsp;&nbsp;&nbsp;&nbsp;<span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></b><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#F79646;mso-themecolor:accent6"><a href="free-vedic-horoscope-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Free Horoscope </span></a><span style="mso-spacerun:yes">&nbsp;&nbsp;</span><a href="astrological-birth-chart.php" target="new"><span style="color:#F79646;mso-themecolor:accent6"><span style="mso-spacerun:yes">&nbsp;</span>Astrological Birth Chart</span></a></span></b><span style="color:#F79646;mso-themecolor:accent6"></span></font></h3>
Priority 2
Headings should not be empty.
Line 729 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h3>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 729 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#F79646;mso-themecolor:accent6">&nbsp;</span></b><span style="color:#F79646;mso-themecolor:accent6"></span></font></h3>
Priority 2
Headings should not be empty.
Line 730 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h3>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 730 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#F79646;mso-themecolor:accent6">&nbsp;</span></b><span style="color:#F79646;mso-themecolor:accent6"></span></font></h3><h3>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 731 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#F79646;mso-themecolor:accent6"><a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Marriage Astrology</span></a><span style="mso-spacerun:yes">&nbsp;&nbsp; </span>
Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="finance-horoscope-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Money Astrology</span></a><span style="mso-spacerun:yes">&nbsp;&nbsp; </span><a href="astrology-forum.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Astrology Forum</span></a></span></b></font></h3>
Priority 2
Headings should not be empty.
Line 732 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h3>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 732 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050">&nbsp;</span></b></font></h3><pre><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050">&nbsp;</span></b></pre><span style="font-size:14.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;color:red"><b><span style="background-position:initial initial;background-repeat:initial initial">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 734 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="http://freevedicastrology.yolasite.com/muhurata-auspicious-time.php" target="new"><span style="color:red"></span></a></span></b></span><span style="font-size:14.0pt;color:red"></span>
<span style="font-size:12.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;
color:#00B050"><b><span style="background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 738 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="http://freevedicastrology.yolasite.com/muhurata-auspicious-time.php" target="new"><span style="color: rgb(0, 176, 80); "></span></a></span></b></span><span style="font-size:12.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:red"></span>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><span style="font-size:12.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;
color:red"></span></p><p>&nbsp;</p>
<p><span style="color:#A20E86">&nbsp;</span></p>
</div>
</div><div id="I2796" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
Priority 1
"async" is not a member of a group specified for any attribute.
Line 749 HTML Validation


src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Priority 1
Required attribute "type" not specified.
Line 749 HTML Validation


"></script>
<!-- 200*90 vert link_red_orange -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="1236486768"></ins>
<scrip
Priority 1
Required attribute "type" not specified.
Line 755 HTML Validation


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1526" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="personalised-life-horoscope.php" target="new" >
Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img id="I1526_img" src="resources/personal-horoscope/personal-horoscope.jpg" alt="Personal Horoscope" style='width:500px; border:none;'/></a></div><div id="I2891" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
Priority 1
"async" is not a member of a group specified for any attribute.
Line 757 HTML Validation


src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Priority 1
Required attribute "type" not specified.
Line 757 HTML Validation


"></script>
<!-- 728*90_orange -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="8986752763"></ins>
<scrip
Priority 1
Required attribute "type" not specified.
Line 763 HTML Validation


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I453" style="display:block;clear: both;" class="Text_Default">
<div id="I453_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;
</p>
<p><span style="font-size:13.5pt;color:#F79646;mso-themecolor:accent6"><a href="index.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Astrology</span></a>
is a divine science which enables us to look into the future. The <a href="about-vedic-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Vedic astrology</span></a>
which is also known as <a href="about-vedic-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Hindu Astrology</span></a>
is most commonly understood as a science to connect with the <a href="about-vedic-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">horoscope </span></a>reading,
making future predictions and much more.<span style="mso-spacerun:yes">&nbsp;
</span>The <a href="index.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">horoscope </span></a>gives
us a picture of the result of our karmas done by our past birth and their
results into our current life being. </span><span style="color:#F79646;
mso-themecolor:accent6"></span></p>
<p><span style="font-size:13.5pt;color:#F79646;mso-themecolor:accent6">&nbsp;</span><span style="color:#F79646;mso-themecolor:accent6"></span></p>
<p><span style="font-size:13.5pt;color:#F79646;mso-themecolor:accent6">Everyone
in this world wants to know their future. To know about your future, the
service is available all over the world. <a href="services-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Astrologers </span></a>are
now seen in every part of the world giving their services to people. <a href="index.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Indian astrology</span></a>
is one of its own kind which has shown better accuracy in predicting future and
helping services for those in need.<span style="mso-spacerun:yes">&nbsp;&nbsp; </span></span><span style="color:#F79646;mso-themecolor:accent6"></span></p>
<p><span style="font-size:13.5pt;color:#F79646;mso-themecolor:accent6">&nbsp;</span><span style="color:#F79646;mso-themecolor:accent6"></span></p>
<p><span style="font-size:13.5pt;color:#F79646;mso-themecolor:accent6"><a href="about-vedic-astrology.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Freeastrologyvedic.com</span></a>
work as a support function for those who are confused in life; need the expert
advice regarding betterment of future, want to live a happy and a healthy
life.<span style="mso-spacerun:yes">&nbsp;&nbsp; </span></span><span style="color:#F79646;
mso-themecolor:accent6"></span></p>
<p>&nbsp;</p>
<span style="mso-bidi-font-size:11.0pt;color:#F79646;mso-themecolor:accent6"><span style="mso-spacerun:yes"></span></span><span style="color:#F79646;
mso-themecolor:accent6"></span>
</div>
</div><div id="I2892" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
Priority 1
"async" is not a member of a group specified for any attribute.
Line 804 HTML Validation


src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Priority 1
Required attribute "type" not specified.
Line 804 HTML Validation


"></script>
<!-- 728*90_orange -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="8986752763"></ins>
<scrip
Priority 1
Required attribute "type" not specified.
Line 810 HTML Validation


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I697" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I697_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;</p><h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 813 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#C00000"><a href="services-astrology.php" target="new"><span style="color:#C00000"><span style="mso-spacerun:yes">&nbsp;</span>Online Astrologer</span></a></span></b><span style="color:#C00000"></span></font></h4>
Priority 2
Headings should not be empty.
Line 813 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 813 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#F79646;
mso-themecolor:accent6">&nbsp;</span></b></font></h4><h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 815 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#00B050"><a href="finance-horoscope-astrology.php" target="new"><span style="color:#00B050"> Financial Astrologers</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 816 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.


Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="finance-horoscope-astrology.php" target="new"><span style="color:#00B050"> </span></a><span style="mso-spacerun:yes">&nbsp;</span><a href="personalised-life-horoscope.php" target="new"><span style="color:#00B050">Personality Horoscope</span></a><span style="mso-spacerun:yes">&nbsp; </span><a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="color:#00B050">Love Astrology</span></a></span></b><span style="color:#00B050"></span></font></h4>
Priority 2
Headings should not be empty.
Line 816 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 816 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#00B050">&nbsp;</span></b><span style="color:#00B050"></span></font></h4><h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 817 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b><span style="font-size:
14.0pt;mso-bidi-font-size:10.0pt;color:#00B050">&nbsp;</span></b>
Priority 3
Use bold text sparingly - for one or two words or a short phrase.

Help
Keep runs of bold text to less than 70 characters.

<b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"><a href="career-horoscope-astrology.php" target="new"><span style="color:#00B050">Career Horoscope</span></a><span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>
Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="ask-any-one-question.php" target="new"><span style="color:#00B050">Ask Astrologer</span></a><span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 819 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="http://freevedicastrology.yolasite.com/birth-time-rectification.php" target="new"><span style="color:#00B050;mso-bidi-font-weight:bold"><span style="mso-spacerun:yes">&nbsp;</span></span></a><span style="mso-bidi-font-weight:bold"><a href="birth-time-rectification.php" target="new"><span style="color:#00B050">Birth Time Correction</span></a></span>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 819 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="birth-time-rectification.php" target="new"><span style="color:#00B050">&nbsp;</span></a>&nbsp;&nbsp;<span class="apple-converted-space">&nbsp;</span></span></b><span style="color:#00B050"></span></font></h4>
Priority 2
Headings should not be empty.
Line 819 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 819 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050"> </span></b><span style="color:#00B050"></span></font></h4><h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 820 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:
10.0pt;color:#00B050">&nbsp;<a href="annual-yearly-horoscope-astrology.php" target="new"><span style="color:#00B050">Horoscope Yearly</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 821 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.


Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="annual-yearly-horoscope-astrology.php" target="new"><span style="color:#00B050"><span style="mso-spacerun:yes">&nbsp; </span></span></a><span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="business-astrology-horoscope.php" target="new"><span style="color:#00B050">Business Horoscope</span></a><span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp; </span><a href="health-horoscope-astrology.php" target="new"><span style="color:#00B050">Health Horoscope</span></a></span></b><span style="color:#00B050"></span></font></h4>
Priority 2
Headings should not be empty.
Line 821 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 821 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#00B050">&nbsp;</span></b><span style="color:#00B050"></span></font></h4><h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 822 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b style="mso-bidi-font-weight:
normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#00B050"><a href="child-horoscope-astrology.php" target="new"><span style="color:#00B050"> Baby Horoscopes</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 823 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.


Priority 1
Provide a way to skip repetitive navigation links.

Help
Without a skip link, screen readers read out the navigation links on every page before reading the page content. Headings can be a substitute in limited circumstances, but they're not used by all screen reader users, and many other assistive technology users have no way to navigate via headings. Add a "Skip to Content" link at the start of the document hidden offscreen by CSS, and made visible on focus, so it's available to keyboard and screen reader users: <a class="accessible" href="#main">[Skip to Content]</a>

<a href="child-horoscope-astrology.php" target="new"><span style="color:#00B050"><span style="mso-spacerun:yes">&nbsp;&nbsp; </span></span></a><span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span><a href="about-vedic-astrology.php" target="new"><span style="color:#00B050">Hindu Astrology</span></a></span></b></font><span style="color:#00B050"></span></h4></div>
</div><div id="I2798" style="display:block;clear: both;text-align:center;" class="GoogleAdSense_Default"><script async
Priority 1
"async" is not a member of a group specified for any attribute.
Line 825 HTML Validation


src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Priority 1
Required attribute "type" not specified.
Line 825 HTML Validation


"></script>
<!-- 200*90 vert link_red_green -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client="ca-pub-3572507574543969"
data-ad-slot="2713219967"></ins>
<scrip
Priority 1
Required attribute "type" not specified.
Line 831 HTML Validation


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I300" style="display:block;clear: both;text-align:left;margin:10px 10px 10px 10px;" class="Social_LikeStrip_Default"><div>
<table cellpadding='0' cellspacing='0' style='width:100%;'>
<tr>
<td>
<table cellpadding='0' cellspacing='0'>
<tr>
<td style='vertical-align:bottom;'>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<a href="http://twitter.com/share" class="twitter-share-button" data-lang
Priority 2
There is no attribute "data-lang".
Line 845 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="en" data-count
Priority 2
There is no attribute "data-count".
Line 845 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="none">Tweet</a>
</td>
<td style='vertical-align:bottom;'>
<div style='padding:0 5px;'>

Priority 1
IFRAME tags must have alternative content.

Help
To cater for screen readers that don't support frames, place some text in the IFRAME tag. For example: <iframe src='file.htm'>Alternative content</iframe>


Priority 1
No TITLE attributes found for the frames on these pages.

Help
Add a TITLE attribute to each FRAME and IFRAME element (e.g. TITLE="Main Content"). Screen readers read out the TITLE letting the user decide which frame to visit.

<iframe src
Priority 2
There is no attribute "src".
Line 851 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="http://www.facebook.com/plugins/like.php?send=false&amp;href=http%3A%2F%2Fwww.freeastrologyvedic.com%2Fservices-astrology.php&amp;layout=button_count&amp;show_faces=false&amp;action=like&amp;width=49&amp;height=20&amp;locale=en_US" scrolling
Priority 2
There is no attribute "scrolling".
Line 851 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="no" frameborder
Priority 2
There is no attribute "frameborder".
Line 851 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="0" style
Priority 2
There is no attribute "style".
Line 851 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="border:none;overflow:hidden;width:49px;height:20px;" allowTransparency
Priority 2
There is no attribute "allowTransparency".
Line 851 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="true
Priority 1
Element "iframe" undefined.
Line 851 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"></iframe>
</div>
</td>
<td style='vertical-align:bottom;'>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
{lang: 'en-US'}
</script>
<g:plusone size
Priority 2
There is no attribute "size".
Line 860 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="medium" count
Priority 2
There is no attribute "count".
Line 860 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="false
Priority 1
Element "g:plusone" undefined.
Line 860 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"></g:plusone>
<script type="text/javascript">gapi.plusone.go();</script>
</td>
</tr>
</table>
</td>
<td style='width:100%;'></td>
</tr>
</table>
</div></div><div id="I880" style="display:block;clear: both;" class="Text_Default">
<div id="I880_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>
</p><p>
</p><p><span style="font-size:36.0pt;line-height:115%;font-family:
Papyrus;color:red">Services</span></p>
<p><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
mso-bidi-font-size:11.0pt;font-family:Papyrus;color:#A20E86"></span></b></p></div>
</div><div id="I2571" style="display:block;clear: both;" class="Text_Default">
<div id="I2571_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;</p></div>
</div><div id="I2570" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I2570_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p><span style="color: rgb(239, 45, 119); font-family: Verdana, sans-serif;">Please note that its not a computer generated report. All analysis is manually done by me.</span><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 890 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

p></div>
</div><div id="I2572" style="display:block;clear: both;" class="Text_Default">
<div id="I2572_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 893 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 893 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

">
Priority 3
Use bold text sparingly - for one or two words or a short phrase.

Help
Keep runs of bold text to less than 70 characters.

<b><span style="font-size:14.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;mso-ascii-theme-font:
minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-latin;
color:red">1.Email to<span class="apple-converted-space">&nbsp;</span><a href="mailto:info@freeastrologyvedic.com"><span style="color: red;">info@freeastrologyvedic.com</span></a><span class="apple-converted-space">&nbsp;</span>with your birth details and also
mentioning the reason for buying a particular service.Please be specific in
your problem description and query for the service you buy.If You do not know
which service is best for your problem or query ,write an email to
info@freeastrologyvedic.com asking the right service to buy for your query or
problem.</span></b><span style="font-size: 9pt; font-family: Calibri, sans-serif;"><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 900 HTML Validation


p></p></span></p>
<p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 902 HTML Validation


">
Priority 3
Use bold text sparingly - for one or two words or a short phrase.

Help
Keep runs of bold text to less than 70 characters.

<b><span style="font-size:14.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;
mso-ascii-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:
minor-latin;color:red">2. You will then be required to pay securely on Paypal
Checkout when you click on PayPal “Add to Cart” button for the service you
choose to buy and thats much you have to do.</span></b><span style="font-size: 9pt; font-family: Calibri, sans-serif;"><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 906 HTML Validation


p></p></span></p></p><p></p><p></p></div>
</div><div id="I2573" style="display:block;clear: both;" class="Text_Default">
<div id="I2573_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;<span style="color: rgb(255, 0, 0); font-family: Verdana, sans-serif;">By placing the order you agree that you have read and understood the disclaimer.Due to nature of the services all sales are final .</span></p></div>
</div><div id="I2574" style="display:block;clear: both;" class="Text_Default">
<div id="I2574_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;<span style="font-family: Verdana, sans-serif; font-size: 16px; line-height: 18px;"><font color
Priority 2
There is no attribute "color".
Line 912 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="#009966
Priority 1
Element "font" undefined.
Line 912 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Please allow 2 days to 4 days for delivery of your result.</font></span></p></div>
</div><div id="I882" style="display:block;clear: both;margin:0 0 0 0;" class="PayPalCatalog_Default"><div style="text-align:right;">
<form name
Priority 2
There is no attribute "name".
Line 915 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="_xclick" target
Priority 2
There is no attribute "target".
Line 915 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="_blank" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 916 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 916 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 916 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 916 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 917 HTML Validation


"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 917 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>
<input class="button" type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_new.gif" style="width: 130px; height:32px" border
Priority 2
There is no attribute "border".
Line 918 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="0" name="submit" alt="View Cart
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 918 HTML Validation


"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 918 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>
<input type="hidden" name="display" value="1
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 919 HTML Validation


"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 919 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>
</form>
</div>
<table class="productTable">
<tr>
<td colspan="2">
<div class="title"><h2>Personality Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/personal-horoscope/personal-horoscope.jpg"
Priority 1
Required attribute "alt" not specified.
Line 933 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;29&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 940 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 941 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 942 HTML Validation


/>
<input type="hidden" name="item_name" value="Personality Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 943 HTML Validation


/>
<input type="hidden" name="amount" value="29"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 944 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 945 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 946 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 947 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p>&nbsp;</p>
<p class="MsoNormal"><span style="font-size: small; font-family: Verdana; color: green;">Detailed full life analysis either in written document or on phone call</span></p>
<p>&nbsp;</p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Ask a Question</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/ask-a-question/ask-a-question56.jpg"
Priority 1
Required attribute "alt" not specified.
Line 972 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;11&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 979 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 980 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 981 HTML Validation


/>
<input type="hidden" name="item_name" value="Ask a Question"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 982 HTML Validation


/>
<input type="hidden" name="amount" value="11"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 983 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 984 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 985 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 986 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Get answer to your any question either on direct phonecall by fixing an appointment for the phone call or by written answer in a document</span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Marriage Love Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/love-marriage-horoscope-match-astrology/marrriage-love-horoscope.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1009 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;28&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1016 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1017 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1018 HTML Validation


/>
<input type="hidden" name="item_name" value="Marriage Love Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1019 HTML Validation


/>
<input type="hidden" name="amount" value="28"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1020 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1021 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1022 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1023 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="font-size: small;"><span style="color: #008000;">Complete analysis of your matrimonial life with remedies&nbsp;</span><span style="color: green; font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Remedies Astrology</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/remedies-astrology/remedies-astrology.gif"
Priority 1
Required attribute "alt" not specified.
Line 1046 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;28&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1053 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1054 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1055 HTML Validation


/>
<input type="hidden" name="item_name" value="Remedies Astrology"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1056 HTML Validation


/>
<input type="hidden" name="amount" value="28"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1057 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1058 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1059 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1060 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="font-size: small; color: #339966;">Remedies for every problem of your life and remedies for weakness of planets&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Career Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/career-horoscope-astrology/career-astrology.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1083 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;27&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1090 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1091 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1092 HTML Validation


/>
<input type="hidden" name="item_name" value="Career Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1093 HTML Validation


/>
<input type="hidden" name="amount" value="27"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1094 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1095 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1096 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1097 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="font-size: small; color: #339966;">Suitable for job or business,lucky year and much more and remedies for the same&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Business Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/business-horoscope45/Business_horoscope43.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1120 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;32&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1127 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1128 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1129 HTML Validation


/>
<input type="hidden" name="item_name" value="Business Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1130 HTML Validation


/>
<input type="hidden" name="amount" value="32"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1131 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1132 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1133 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1134 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="font-size: small; color: #339966;">Vedic Astrology Analysis And Remedy Of Business Related Problems&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Horoscopes Match</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/horoscopes-match/horoscopes-match34.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1157 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;26&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1164 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1165 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1166 HTML Validation


/>
<input type="hidden" name="item_name" value="Horoscopes Match"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1167 HTML Validation


/>
<input type="hidden" name="amount" value="26"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1168 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1169 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1170 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1171 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Complete analysis of suitability of your selected partner for marriage</span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Gem Consultancy</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/gem-consultancy/gem-consultancy54.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1194 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;19&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1201 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1202 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1203 HTML Validation


/>
<input type="hidden" name="item_name" value="Gem Consultancy"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1204 HTML Validation


/>
<input type="hidden" name="amount" value="19"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1205 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1206 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1207 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1208 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="font-size: small; color: #339966;">Get to know which Gemstone you need to buy or which Gemstone suits you to bring luck or for health ,patnership or marriage&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Health Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/health-horoscope-astrology/health-horoscope32.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1231 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;35&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1238 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1239 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1240 HTML Validation


/>
<input type="hidden" name="item_name" value="Health Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1241 HTML Validation


/>
<input type="hidden" name="amount" value="35"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1242 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1243 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1244 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1245 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">A vedic astrology analysis of your lifetime health&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Financial Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/finance-horoscope/financial-horoscope23.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1268 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;38&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1275 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1276 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1277 HTML Validation


/>
<input type="hidden" name="item_name" value="Financial Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1278 HTML Validation


/>
<input type="hidden" name="amount" value="38"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1279 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1280 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1281 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1282 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Complete analysis of fortune in finance with remedies&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Birth Time Correction</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/birth-time-correction/birth_time_correction43.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1305 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;110&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1312 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1313 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1314 HTML Validation


/>
<input type="hidden" name="item_name" value="Birth Time Correction"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1315 HTML Validation


/>
<input type="hidden" name="amount" value="110"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1316 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1317 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1318 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1319 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">If you know date of birth but not time of birth</span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Birth Time Rectification</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/birth-time-rectification/birth-time-rectification.jpg.cropped978x263o9,-1s953x264.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1342 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;300&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1349 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1350 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1351 HTML Validation


/>
<input type="hidden" name="item_name" value="Birth Time Rectification"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1352 HTML Validation


/>
<input type="hidden" name="amount" value="300"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1353 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1354 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1355 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1356 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">If you do not know your date of birth as well as time of birth</span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Baby Horoscopes</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/baby-horoscopes/baby-horoscopes89.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1379 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;36&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1386 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1387 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1388 HTML Validation


/>
<input type="hidden" name="item_name" value="Baby Horoscopes"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1389 HTML Validation


/>
<input type="hidden" name="amount" value="36"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1390 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1391 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1392 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1393 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--></p>
<p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} --> <!--[endif] --></p>
<p><span style="font-size: small;"><strong><span style="font-family: 'Cambria','serif'; color: #339966; font-weight: normal;">&nbsp;</span></strong><span style="font-family: 'Cambria','serif'; color: #339966;">&nbsp;</span></span></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--></p>
<p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} --> <!--[endif] --></p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]--></p>
<p>&nbsp;</p>
<p><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} --> <!--[endif] --></p>
<!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:TrackMoves /> <w:TrackFormatting /> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:DoNotPromoteQF /> <w:LidThemeOther>EN-US</w:LidThemeOther> <w:LidThemeAsian>X-NONE</w:LidThemeAsian> <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> <w:SplitPgBreakAndParaMark /> <w:DontVertAlignCellWithSp /> <w:DontBreakConstrainedForcedTables /> <w:DontVertAlignInTxbx /> <w:Word11KerningPairs /> <w:CachedColBalance /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> <m:mathPr> <m:mathFont m:val="Cambria Math" /> <m:brkBin m:val="before" /> <m:brkBinSub m:val=" " /> <m:smallFrac m:val="off" /> <m:dispDef /> <m:lMargin m:val="0" /> <m:rMargin m:val="0" /> <m:defJc m:val="centerGroup" /> <m:wrapIndent m:val="1440" /> <m:intLim m:val="subSup" /> <m:naryLim m:val="undOvr" /> </m:mathPr></w:WordDocument> </xml><![endif]-->
<p><span style="font-size: small;"><strong><span style="font-family: 'Calibri','sans-serif'; color: #339966; font-weight: normal;">Vedic Astrology Analysis Of Child Related Problems And Remedies</span></strong><strong><span style="font-family: 'Calibri','sans-serif'; color: #339966;">&nbsp;</span></strong><span style="font-family: 'Calibri','sans-serif'; color: #339966;">either in written document or on phone call</span><span style="font-family: 'Calibri','sans-serif';">&nbsp;</span></span></p>
<!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true" DefSemiHidden="true" DefQFormat="false" DefPriority="99" LatentStyleCount="267"> <w:LsdException Locked="false" Priority="0" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Normal" /> <w:LsdException Locked="false" Priority="9" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="heading 1" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8" /> <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9" /> <w:LsdException Locked="false" Priority="39" Name="toc 1" /> <w:LsdException Locked="false" Priority="39" Name="toc 2" /> <w:LsdException Locked="false" Priority="39" Name="toc 3" /> <w:LsdException Locked="false" Priority="39" Name="toc 4" /> <w:LsdException Locked="false" Priority="39" Name="toc 5" /> <w:LsdException Locked="false" Priority="39" Name="toc 6" /> <w:LsdException Locked="false" Priority="39" Name="toc 7" /> <w:LsdException Locked="false" Priority="39" Name="toc 8" /> <w:LsdException Locked="false" Priority="39" Name="toc 9" /> <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption" /> <w:LsdException Locked="false" Priority="10" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Title" /> <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font" /> <w:LsdException Locked="false" Priority="11" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtitle" /> <w:LsdException Locked="false" Priority="22" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Strong" /> <w:LsdException Locked="false" Priority="20" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Emphasis" /> <w:LsdException Locked="false" Priority="59" SemiHidden="false" UnhideWhenUsed="false" Name="Table Grid" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text" /> <w:LsdException Locked="false" Priority="1" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="No Spacing" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 1" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 1" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 1" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 1" /> <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision" /> <w:LsdException Locked="false" Priority="34" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="List Paragraph" /> <w:LsdException Locked="false" Priority="29" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Quote" /> <w:LsdException Locked="false" Priority="30" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Quote" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 1" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 1" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 1" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 1" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 1" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 2" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 2" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 2" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 2" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 2" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 2" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 2" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 2" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 2" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 3" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 3" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 3" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 3" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 3" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 3" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 3" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 3" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 3" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 4" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 4" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 4" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 4" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 4" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 4" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 4" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 4" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 4" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 5" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 5" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 5" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 5" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 5" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 5" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 5" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 5" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 5" /> <w:LsdException Locked="false" Priority="60" SemiHidden="false" UnhideWhenUsed="false" Name="Light Shading Accent 6" /> <w:LsdException Locked="false" Priority="61" SemiHidden="false" UnhideWhenUsed="false" Name="Light List Accent 6" /> <w:LsdException Locked="false" Priority="62" SemiHidden="false" UnhideWhenUsed="false" Name="Light Grid Accent 6" /> <w:LsdException Locked="false" Priority="63" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6" /> <w:LsdException Locked="false" Priority="64" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6" /> <w:LsdException Locked="false" Priority="65" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 1 Accent 6" /> <w:LsdException Locked="false" Priority="66" SemiHidden="false" UnhideWhenUsed="false" Name="Medium List 2 Accent 6" /> <w:LsdException Locked="false" Priority="67" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6" /> <w:LsdException Locked="false" Priority="68" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6" /> <w:LsdException Locked="false" Priority="69" SemiHidden="false" UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6" /> <w:LsdException Locked="false" Priority="70" SemiHidden="false" UnhideWhenUsed="false" Name="Dark List Accent 6" /> <w:LsdException Locked="false" Priority="71" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Shading Accent 6" /> <w:LsdException Locked="false" Priority="72" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful List Accent 6" /> <w:LsdException Locked="false" Priority="73" SemiHidden="false" UnhideWhenUsed="false" Name="Colorful Grid Accent 6" /> <w:LsdException Locked="false" Priority="19" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis" /> <w:LsdException Locked="false" Priority="21" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis" /> <w:LsdException Locked="false" Priority="31" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference" /> <w:LsdException Locked="false" Priority="32" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Intense Reference" /> <w:LsdException Locked="false" Priority="33" SemiHidden="false" UnhideWhenUsed="false" QFormat="true" Name="Book Title" /> <w:LsdException Locked="false" Priority="37" Name="Bibliography" /> <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading" /> </w:LatentStyles> </xml><![endif]--><!--[if gte mso 10]> <mce:style><! /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} -->
<p>&nbsp;</p>
<!--[endif] -->
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Muhurata Auspicious Time Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/dcacaa.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1430 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;31&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1437 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1438 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1439 HTML Validation


/>
<input type="hidden" name="item_name" value="Muhurata Auspicious Time Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1440 HTML Validation


/>
<input type="hidden" name="amount" value="31"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1441 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1442 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1443 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1444 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Auspicious time for starting any activity&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Annual Horoscope</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/annual-horoscope/annual-horoscope.png"
Priority 1
Required attribute "alt" not specified.
Line 1467 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;18&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1474 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1475 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1476 HTML Validation


/>
<input type="hidden" name="item_name" value="Annual Horoscope"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1477 HTML Validation


/>
<input type="hidden" name="amount" value="18"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1478 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1479 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1480 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1481 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Detailed analysis of whole one year&nbsp;<span style="font-family: Verdana;">either in written document or on phone call</span></span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Basic Horoscope </h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/horoscope/basic-horocope.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1504 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;9&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1511 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1512 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1513 HTML Validation


/>
<input type="hidden" name="item_name" value="Basic Horoscope "
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1514 HTML Validation


/>
<input type="hidden" name="amount" value="9"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1515 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1516 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1517 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1518 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Buy this service if you only want a horoscope with a number of calculations and charts for your records.</span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Learn Astrology On Phone 25 minutes</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/astrologers/Astrologers5.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1541 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;16&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1548 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1549 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1550 HTML Validation


/>
<input type="hidden" name="item_name" value="Learn Astrology On Phone 25 minutes"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1551 HTML Validation


/>
<input type="hidden" name="amount" value="16"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1552 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1553 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1554 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1555 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Ask any question if you have ant doubts about concepts ,applications and learning elements in astrology(vedic astrology) for 25 minutes by our astrologer</span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
<tr>
<td colspan="2">
<div class="title"><h2>Learn Astrology On Phone 60 minutes</h2></div>
</td>
</tr>
<tr>
<td>
<div class="left">
<div>
<div class="imgDiv">

Priority 1
IMG tags must have an ALT attribute.

Help
Add an ALT attribute describing each image, which screen readers read aloud. Spacer images and purely decorative images should use ALT=''.


Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img class="image" src="resources/astrologers/Astrologers5.jpg"
Priority 1
Required attribute "alt" not specified.
Line 1578 HTML Validation


/>
</div>
<h3 class="price">&#36;&nbsp;30&nbsp;USD</h3>
<div class="cartbutton">
<form name="_xclick" target="paypal" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1585 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1586 HTML Validation


/>
<input type="hidden" name="currency_code" value="USD"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1587 HTML Validation


/>
<input type="hidden" name="item_name" value="Learn Astrology On Phone 60 minutes"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1588 HTML Validation


/>
<input type="hidden" name="amount" value="30"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1589 HTML Validation


/>
<input class="button" type="image" src="http://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" style="width: 120px; height:26px" border="0" name="submit" alt="Add to Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1590 HTML Validation


/>
<input type="hidden" name="add" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1591 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1592 HTML Validation


/>
</form>
</div>
</div>
</div>
<div class="desc">
<div>
<p><span style="color: #339966; font-size: small;">Ask any question if you have ant doubts about concepts ,applications and learning elements in astrology(vedic astrology) for 60 minutes by our astrologer</span></p>
</div>
</div>
</td>
</tr>
<tr><td> &nbsp; </td></tr>
</table>
<div style="text-align:right;">
<form name="_xclick" target="_blank" action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1608 HTML Validation


/>
<input type="hidden" name="business" value="freevedicastro.info@gmail.com"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1609 HTML Validation


/>
<input class="button" type="image" src="https://www.paypal.com/en_US/i/btn/view_cart_new.gif" style="width: 130px; height:32px" border="0" name="submit" alt="View Cart"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1610 HTML Validation


/>
<input type="hidden" name="display" value="1"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1611 HTML Validation


/>
<input type="hidden" name="bn" value="Yola_eCommerce_WPS_US"
Priority 1
Document type does not allow element "input" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1612 HTML Validation


/>
</form>
</div></div><div id="I883" style="display:block;clear: both;" class="Text_Default">
<div id="I883_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;</p>
<p><span style="font-size:13.5pt;color:#00B050;mso-bidi-font-weight:bold">Deposit
Cash or transfer amounts online by using your net banking account in favour of
Raman Kumar Jha,</span><span style="font-size:13.5pt;color:#00B050"></span></p>
<p><span style="font-size:13.5pt;color:#00B050;mso-bidi-font-weight:bold">If
You don’t have credit card.</span><span style="font-size:13.5pt;color:#00B050"></span></p>
<p style="margin:0in;margin-bottom:.0001pt;background-position:initial initial;
background-repeat:initial initial"><span style="font-size:13.5pt;color:#00B050;
mso-bidi-font-weight:bold">For those customer who don't have credit card and would
like to pay in cash or by net banking, they can transfer the money to our
account in State Bank of India by depositing or transferring the amount online
by using your online bank account,the equivalent amount in Rs or any other
currency of your choice in any state bank of india branch in favour of Mr.
Raman Kumar Jha (account holder name) ,bank branch konnagar,bank name sbi,bank
account number 031627214003&nbsp;.</span><span style="font-size:13.5pt;
color:#00B050"></span></p>
<p style="margin:0in;margin-bottom:.0001pt;background-position:initial initial;
background-repeat:initial initial"><span style="font-size:13.5pt;color:#00B050;
mso-bidi-font-weight:bold">You can also deposit the required amount by cash or
transfer the amount online in your preffered currency such as Rupees (RS) by
using your online bank account &nbsp;in favour of Mr. Raman Kumar Jha (account
holder name) ,bank branch PBB KORAMANGALA,bank name sbi,bank account number </span><span style="background-position:initial initial;background-repeat:initial initial"><span style="font-size:13.5pt;color:#00B050">020007388803</span>.</span></p>
<div id="I670" style="display:block;clear: both;" class="Text_Default">
</div><div id="I775" style="display:block;clear: both;" class="Text_Default">
<div id="I775_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;">
<p><b style="mso-bidi-font-weight:normal"><span style="font-size:12.0pt;line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#00B050"><br></spa
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1650 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

n></b></p><p><b style="mso-bidi-font-weight:normal"><span style="font-size:12.0pt;line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#00B050"><br></spa
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1651 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

n></b></p><p><b style="mso-bidi-font-weight:normal"><span style="font-size:12.0pt;line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#00B050"><br></spa
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1652 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

n></b></p><p><b style="mso-bidi-font-weight:normal"><span style="font-size:12.0pt;line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#00B050"><br></spa
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1653 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

n></b></p><p>
Priority 3
Use bold text sparingly - for one or two words or a short phrase.

Help
Keep runs of bold text to less than 70 characters.

<b style="mso-bidi-font-weight:normal"><span style="font-size:12.0pt;line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#00B050">For any suggestions, concerns, issues or if just feel like
writing to us about our services and products please email us at : <br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1655 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>
</span></b><span style="font-size:11.5pt;line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1656 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>
</span><span style="font-size:16.0pt;line-height:115%;color:#FF33CC">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 1657 WCAG2 AA 1.4.4

Help
Ideally you should CSS rules instead of FONT elements, If you must use FONT elements use relative sizes like SIZE="+1" or SIZE="-1" instead of absolute sizes like SIZE="1" Text must be resizable to allow low-vision users to use a larger default font size.


Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font color="#ff0000" face="Comic Sans MS, Comic Sans" size
Priority 2
There is no attribute "size".
Line 1657 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="3
Priority 1
Element "font" undefined.
Line 1657 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">info@freestrologyvedic.com or aaliyah@freeastrologyvedic.com or support@freeastrologyvedic.com or prakash@freeastrologyvedic.com or contact@freeastrologyvedic.com</font><br></spa
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1657 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

n></p>
</div>
</div></div>
</div><div id="I1267" style="display:block;clear: both;margin:10px 10px 10px 10px;" class="Panel_Default">
<style id='yola-panel-style-I1267' type='text/css
Priority 1
Document type does not allow element "style" here.
Line 1664 HTML Validation


'>

Priority 3
Property -webkit-border-radius is vendor specific.
Line 1665 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -khtml-border-radius is vendor specific.
Line 1665 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -moz-border-radius is vendor specific.
Line 1665 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -ms-border-radius is vendor specific.
Line 1665 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -o-border-radius is vendor specific.
Line 1665 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
CSS property border-radius is not supported by IE8 or earlier.

Help
No rounded corners will be displayed on old versions of Internet Explorer.

div#yola-panel-I1267{
background:#f6df8b;-webkit-border-radius:7px;-khtml-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;
}

Priority 3
Property -webkit-border-radius is vendor specific.
Line 1669 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -khtml-border-radius is vendor specific.
Line 1669 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -moz-border-radius is vendor specific.
Line 1669 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -ms-border-radius is vendor specific.
Line 1669 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
Property -o-border-radius is vendor specific.
Line 1669 CSS Validation

Help
Properties prefixed by a dash or underscore are vendor specific and only work on one browser engine.


Priority 3
CSS property border-radius is not supported by IE8 or earlier.

Help
No rounded corners will be displayed on old versions of Internet Explorer.

div#yola-panel-inner-I1267{
-webkit-border-radius:7px;-khtml-border-radius:7px;-moz-border-radius:7px;-ms-border-radius:7px;-o-border-radius:7px;border-radius:7px;background-position:top left;background-repeat:repeat;padding:20px 20px 20px 20px;
}
div#yola-panel-inner-I1267,
div#yola-panel-inner-I1267 .sys_txt,
.content div#yola-panel-inner-I1267 p,
#content div#yola-panel-inner-I1267 p,
div#yola-panel-inner-I1267 .HTML_Default p,
div#yola-panel-inner-I1267 .Text_Default p,
div#yola-panel-inner-I1267 .sys_txt p,
div#yola-panel-inner-I1267 .sys_txt a,
div#content div#yola-panel-inner-I1267 p{
color:#222;
}
div#yola-panel-inner-I1267 h1,
div#yola-panel-inner-I1267 h2,
div#yola-panel-inner-I1267 h3,
div#yola-panel-inner-I1267 h4,
div#yola-panel-inner-I1267 h5,
div#yola-panel-inner-I1267 h6,
div#yola-panel-inner-I1267 .sys_txt h1,
div#yola-panel-inner-I1267 .sys_txt h2,
div#yola-panel-inner-I1267 .sys_txt h3,
div#yola-panel-inner-I1267 .sys_txt h4,
div#yola-panel-inner-I1267 .sys_txt h5,
div#yola-panel-inner-I1267 .sys_txt h6{
color:#222;
}
div#yola-panel-inner-I1267 a,
div#yola-panel-inner-I1267 .sys_txt a{
color:#1f72be;
}
div#yola-panel-inner-I1267 a:hover,
div#yola-panel-inner-I1267 .sys_txt a:hover{
color:#1f72be;
}
</style>
<div id='yola-panel-I1267'>
<div id='yola-panel-inner-I1267'>
<table border="0" cellspacing="0" cellpadding="0" style="width:100%;">
<tr>
<td id="Panel_I1267" style="text-align:left; vertical-align:top; width:100%;" ><div id="I1268" style="display:block;clear: both;" class="Text_Default">
<div id="I1268_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;</p><p>
</p>

Priority 2
Headings should not be empty.
Line 1721 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h4 style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal;mso-outline-level:5"><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1722 HTML Validation


p></p></h4>
Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h2>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1722 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><br></fon
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1722 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

t><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1722 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1722 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1723 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Prices in Rupees</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1723 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1723 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1725 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1726 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">&nbsp;</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1726 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1726 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1728 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="personalised-life-horoscope.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1729 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Personality Horoscope</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1729 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1729 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1731 HTML Validation


p>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1731 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">Us Dollars 29 Indian Rs</span></b><span style="font-size:14.0pt;
line-height:115%;color:#CC0066"> <b>1587</b></span></font></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1733 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1733 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1735 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="ask-any-one-question.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1736 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Ask A Question</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1736 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1736 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1738 HTML Validation


p>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1738 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">Us Dollars 11 Indian Rs</span></b><span style="font-size:14.0pt;
line-height:115%;color:#CC0066"> <b>602.25</b></span></font></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1740 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1740 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1742 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1743 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Marriage Love Horoscope</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1743 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1743 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1745 HTML Validation


p>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1745 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">Us Dollars 28 Indian Rs</span></b><span style="font-size:14.0pt;
line-height:115%;color:#CC0066"> <b>1533</b></span></font></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1747 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1747 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1749 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1750 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><a href="services-astrology.php" target="new"><span style="color:#00B050">Remedies&nbsp;</span></a><a href="index.php" target="new"><span style="color:#00B050">Astrology</span></a></font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1750 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1750 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1752 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1753 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 28 Indian Rs 1533</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1753 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1753 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1755 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="career-horoscope-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1756 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Career Horoscope</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1756 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1756 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1758 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1759 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 27 Indian Rs 1478</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1759 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1759 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1761 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1762 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Horoscopes Match</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1762 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1762 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1764 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1765 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 26 Indian&nbsp;Rs 1040</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1765 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1765 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1767 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="services-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1768 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Gem Consultancy</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1768 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1768 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1770 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1771 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 19 Indian Rs 1423</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1771 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1771 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1773 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="health-horoscope-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1774 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Health Horoscope</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1774 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1774 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1776 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1777 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 35 Indian&nbsp;Rs1121</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1777 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1777 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1779 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="financial-horoscope.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1780 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Financial Horoscope</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1780 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1780 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1782 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1783 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 38 Indian Rs 2080</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1783 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1783 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1785 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="birth-time-rectification.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1786 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Birth Time Correction</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1786 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1786 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1788 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1789 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 100 Indian Rs 5475</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1789 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1789 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1791 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="birth-time-rectification.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1792 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Birth Time Rectification</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1792 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1792 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1794 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1795 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 300 Indian Rs 16425</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1795 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1795 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1797 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="child-horoscope-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1798 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Baby Horoscopes</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1798 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1798 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1800 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1801 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 36 Indian Rs2050</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1801 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1801 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1803 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="muhurata-auspicious-time-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1804 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Muhurata Auspicious Time Report</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1804 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1804 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1806 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1807 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 31 Indian Rs 1971</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1807 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1807 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1809 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#00B050"><a href="annual-yearly-horoscope-astrology.php" target="new"><span style="color:#00B050">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1810 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Annual Horoscope</font></span></a></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1810 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1810 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1812 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1813 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">Us Dollars 18 Indian Rs 985</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1813 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1813 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1815 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New, monospace
Priority 1
Element "font" undefined.
Line 1816 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

">&nbsp;</font></span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1816 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1816 HTML Validation


p></p>
<
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1818 HTML Validation


p><b><span style="font-size:14.0pt;line-height:115%;
color:#CC0066">&nbsp;</span></b></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1819 HTML Validation


p></p><
Priority 1
Document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.
Line 1819 HTML Validation


p></p></h2>
Priority 2
Headings should not be empty.
Line 1819 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h4>
</h4>
Priority 2
Headings should not be empty.
Line 1821 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h4>
Priority 3
Use a familiar font (Times, Georgia, Arial, Helvetica or Verdana) to achieve the best possible reading speed.

Help
Research shows no reliable differences in reading speed or user preferences for twelve point Times New Roman or Georgia (serif fonts), or Arial, Helvetica, or Verdana (sans serif fonts). Other fonts may slow reading speed.

<font face="Courier New,monospace
Priority 1
Element "font" undefined.
Line 1821 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

"><span style="mso-bidi-font-family:Calibri;mso-bidi-theme-font:
minor-latin">&nbsp;</span></font></h4>
</div>
</div></td>
</tr>
</table>
</div>
</div>
</div><div id="I1020" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1020_html"><!-- Put the following javascript before the closing </head> tag. -->
<scrip
Priority 1
Required attribute "type" not specified.
Line 1835 HTML Validation


t>
(function() {
var cx = '017983552416236736535:2rhb81eidg8';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
<!-- Place this tag where you want both of the search box and the search results to render -->
<gcse:searc
Priority 1
Element "gcse:search" undefined.
Line 1846 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an element with this name. This can happen if the element is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 element and Strict DOCTYPEs don't allow stylistic elements and frames which were present in earlier versions of HTML.

h></gcse:search></div>
</div><div id="I1291" style="display:block;clear: both;" class="WufooForm_Default"> <div id="wufoo-z7x3p9">
Fill out my <a href="http://freeastrology.wufoo.com/forms/z7x3p9">online form</a>.
</div>
<script type="text/javascript">var z7x3p9;(function(d, t) {
var s = d.createElement(t), options = {
'userName':'freeastrology',
'formHash':'z7x3p9',
'autoResize':true,
'height':'517',
'async':true,
'header':'show'};
s.src = ('https:' == d.location.protocol ? 'https://' : 'http://') + 'wufoo.com/scripts/embed/form.js';
s.onload = s.onreadystatechange = function() {
var rs = this.readyState; if (rs) if (rs != 'complete') if (rs != 'loaded') return;
try { z7x3p9 = new WufooForm();z7x3p9.initialize(options);z7x3p9.display(); } catch (e) {}};
var scr = d.getElementsByTagName(t)[0], par = scr.parentNode; par.insertBefore(s, scr);
})(document, 'script');</script>
</div><div id="I2096" style="display:block;clear: both;" class="Text_Default">
<div id="I2096_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;">
<p><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
font-family:&quot;Courier New&quot;;color:#E36C0A;mso-themecolor:accent6;mso-themeshade:
191"><a href="astrology-links.php" target="new"><span style="color:#E36C0A;mso-themecolor:accent6;mso-themeshade:
191">Astrology links</span></a> </span></b></p>
</div>
</div><div id="I3161" style="display:block;clear: both;text-align:left;" class="Image_Default">
Priority 2
Omitting IMG WIDTH or HEIGHT attributes means page text jumps about as images load.

Help
This makes the page very hard to read while it's loading, and the user may click on the wrong link if it moves as it's being clicked. Add width and height attributes to the img tag matching the image dimensions. Authoring tools like Dreamweaver can automate this process.

<img id="I3161_img" src="resources/online-astrologer/online-astrologer23.jpg.cropped978x263o0%2C0s980x263.jpg" alt="online astrologer" style='width:942px; border:none;'/></div></div>
</div>
</div>
</div>
<!-- end content -->
<div style="clear: both;">&nbsp;</div>
</div>
<!-- end page -->
<!-- start footer -->
<div id='sys_footer' class='sys_footer'></div>
<!--
$partnerFooterUrl = string(0) ""
$isWhiteLabel = bool(false)
$footerBought = bool(true)
_WHITE_LABEL = bool(false)
-->
<!-- Start of user defined footer tracking codes -->
<scrip
Priority 1
Required attribute "type" not specified.
Line 1901 HTML Validation


t>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-35557909-2', 'freeastrologyvedic.com');
ga('send', 'pageview');
</script>
<!-- End of user defined footer tracking codes -->
<script type="text/javascript">
var _yts = _yts || [];
_yts.push(["_siteId", "8a49866b30bf53e50130c8a4289e4958"]);
_yts.push(["_trackPageview"]);
(function() {
var yts = document.createElement("script");
yts.type = "text/javascript";
yts.async = true;
yts.src = "http://analytics.yola.net/tracking.js";
(document.getElementsByTagName("head")[0] || document.getElementsByTagName("body")[0]).appendChild(yts);
})();
</script><!-- Start Quantcast tag -->
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<script type="text/javascript">_qacct="p-b8x17GqsQ_656";quantserve();</script>
<noscript>

Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 1927 WCAG2 AAA F22

Help
Displaying new windows without warning is very confusing to non-sighted users because some screen readers do not give any indication when new windows appear. If you cannot avoid displaying a new window, insert a warning into the link text like the following: "opens in a new window".

<a href="http://www.quantcast.com/p-b8x17GqsQ_656" target="_blank
Priority 1
Document type does not allow element "a" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag.
Line 1927 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 1927 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

">
Priority 1
Search engines may penalize hidden single pixel links.
Line 1927 Google Yahoo Bing


<img src="http://pixel.quantserve.com/pixel/p-b8x17GqsQ_656.gif" style="display: none;" border
Priority 2
There is no attribute "border".
Line 1927 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>
<!-- End Quantcast tag -->
<!-- Start of Google Analytics code configured in the Site Settings dialog -->
<script type='text/javascript'>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35557909-2']);
_gaq.push(['_trackPageview']);
(function(){
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End of Google Analytics code configured in the Site Settings dialog --></body>
</html>