[Skip to Content]

HTML Document

URL: http://www.freeastrologyvedic.com/about-vedic-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: 374 KB
Page Weight: 374 KB (total size of HTML, CSS, JavaScript and images)
Depth: 1 clicks from home page
Charset: UTF-8
Forms: 0 forms containing 0 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: 48 issues found on 481 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
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" />
<title>Vedic Astrology,Hindu Astrology, Vedic Astrologer</title>
<meta name="description" content="VEDIC ASTROLOGY PREDICTIONS, Hindu Astrology, Indian Vedic Astrology,Indian Astrology,Hindu Vedic Astrology, VEDIC ASTROLOGER, ASTROLOGY VEDIC" />
<meta name="keywords" content="
vedic astrology, vedic astrology predictions, hindu vedic astrology, vedic astrology horoscope, vedic astrologer, numerology, astrology free, astrology chart, learn vedic astrology, vedic horoscope, free horoscope, vedic astrology online
" />
<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 27 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 27 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 51 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 60 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 62 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/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 518 HTML Validation



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


"
Priority 1
Character "<" is the first character of a delimiter but occurred as data.
Line 518 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 519 HTML Validation


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


"></script>
</hea
Priority 1
End tag for "script" omitted, but OMITTAG NO was specified.
Line 521 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 521 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 521 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 530 HTML Validation


'>
<li id="ys_menu_0" class="first"><a href="./" title="Astrology ">Your Home For Astrology </a></li>
<li id="ys_menu_1" class="selected"><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"><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 574 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 575 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 575 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 575 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 580 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/vedic-astrology/free-vedic-astrology.jpg.cropped978x263o-42%2C-16s1056x279.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;">About Vedic 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="I1163" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1163_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="I1795" style="display:block;clear: both;text-align:left;" class="HTML_Default">
<div id="I1795_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/lightGreen/TB-banner3-2.jpg" alt="Get our toolbar!"></
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 606 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 606 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="I2804" 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 609 HTML Validation


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


"></script>
<!-- 200*90 vert link_green_pink2 -->
<ins class="adsbygoogle"
style="display:inline-block;width:200px;height:90px"
data-ad-client
Priority 2
There is no attribute "data-ad-client".
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.

="ca-pub-3572507574543969"
data-ad-slot
Priority 2
There is no attribute "data-ad-slot".
Line 614 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.

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


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1118" style="display:block;clear: both;" class="Text_Default">
<div id="I1118_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;<b><span style="font-size: 12pt; font-family: 'Bodoni MT Black', serif; color: rgb(0, 176, 80); background-position: initial initial; background-repeat: initial initial; "></span></b></p><p style="margin: 0in 0in 0.0001pt; background-position: initial initial; background-repeat: initial initial;"><span style="font-size:16.0pt;font-family:&quot;Bodoni MT Black&quot;,&quot;serif&quot;;color:red"><b>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 618 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
Priority 2
There is no attribute "target".
Line 618 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:red"></span></a></b></span><span style="font-size:16.0pt;font-family:&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;color:red"></span></p><p></p><p></p><p></p><h2><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;mso-bidi-font-size:10.0pt;color:#00B050"><a href="services-astrology.php" target="new"><span style="color:#00B050"><span style="mso-spacerun:yes">&nbsp;</span>
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 618 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 618 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.

">Online Astrologer</font></span></a></span></b>
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 618 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:#00B050"></span></font></h2>
Priority 2
Headings should not be empty.
Line 618 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>
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 618 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></h2><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 620 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:#CC00CC"><a href="finance-horoscope-astrology.php" target="new"><span style="color:#CC00CC">&nbsp;Financial Astrologers</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 621 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:#CC00CC"> </span></a><span style="mso-spacerun:yes">&nbsp;</span><a href="personalised-life-horoscope.php" target="new"><span style="color:#CC00CC">Personality Horoscope</span></a><span style="mso-spacerun:yes">&nbsp; </span><a href="love-marriage-horoscope-match-astrology.php" target="new"><span style="color:#CC00CC">Love Astrology</span></a></span></b><span style="color:#CC00CC"></span></font></h2>
Priority 2
Headings should not be empty.
Line 621 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>
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 621 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:#CC00CC">&nbsp;</span></b><span style="color:#CC00CC"></span></font></h2><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 622 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:#CC00CC">&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:#CC00CC"><a href="career-horoscope-astrology.php" target="new"><span style="color:#CC00CC">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:#CC00CC">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 624 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:#CC00CC;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:#CC00CC">Birth Time Correction</span></a></span>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 624 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:#CC00CC">&nbsp;</span></a>&nbsp;&nbsp;<span class="apple-converted-space">&nbsp;</span></span></b><span style="color:#CC00CC"></span></font></h2>
Priority 2
Headings should not be empty.
Line 624 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>
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 624 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:#CC00CC"> </span></b><span style="color:#CC00CC"></span></font></h2><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 625 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:#CC00CC">&nbsp;<a href="annual-yearly-horoscope-astrology.php" target="new"><span style="color:#CC00CC">Horoscope Yearly</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 626 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:#CC00CC"><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:#CC00CC">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:#CC00CC">Health Horoscope</span></a></span></b><span style="color:#CC00CC"></span></font></h2>
Priority 2
Headings should not be empty.
Line 626 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>
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 626 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:#CC00CC">&nbsp;</span></b><span style="color:#CC00CC"></span></font></h2><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 627 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:#CC00CC"><a href="child-horoscope-astrology.php" target="new"><span style="color:#CC00CC">&nbsp; Baby Horoscopes</span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 628 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:#CC00CC"><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:#CC00CC">Hindu Astrology</span></a></span></b></font><span style="color:#CC00CC"></span></h2>
Priority 2
Headings should not be empty.
Line 628 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><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></h2><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><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><p></p><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:#E36C0A;mso-themecolor:accent6;mso-themeshade:191"></span></p><p></p><p></p></div>
</div><div id="I1121" style="display:block;clear: both;" class="Text_Default">
<div id="I1121_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;</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;Gill Sans Ultra Bold&quot;,&quot;sans-serif&quot;;
color:#00B050">BPHS Chapter 97:</span></b><span style="font-size: 14pt; font-family: 'Trebuchet MS', sans-serif;"></span></p>
<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="index.php" target="new"><span style="color: rgb(0, 176, 80);">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="index.php" target="new"><span style="color: rgb(0, 176, 80);">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><span style="font-size:14.0pt;font-family:&quot;Gill Sans Ultra Bold&quot;,&quot;sans-serif&quot;;
color:#00B050"></span></div>
</div><div id="I2781" 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 646 HTML Validation


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


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


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1525" style="display:block;clear: both;text-align:left;" class="Image_Default"><a href="index.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="I1525_img" src="resources/astrology/astrology.png" alt="Astrology" style='width:373px; border:none;'/></a></div><div id="I2806" 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 654 HTML Validation


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


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


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I2095" style="display:block;clear: both;" class="Text_Default">
<div id="I2095_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="Courier New,monospace
Priority 1
Element "font" undefined.
Line 663 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:red"><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:red">Horoscope Online</span></b></a></span></font></h3>
Priority 2
Headings should not be empty.
Line 664 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 664 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 665 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 667 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 669 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 669 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 670 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 670 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 671 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></div>
</div><div id="I2805" 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 674 HTML Validation


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


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


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1122" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I1122_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 683 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="services-astrology.php" target="new">&nbsp;</a></p><p><a href="services-astrology.php" target="new"><b><span style="font-size:14.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:red">WHAT IS </span></b></a><b><span style="font-size:14.5pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:red"><a href="about-vedic-astrology.php" target="new"><span style="color:red">VEDIC ASTROLOGY</span></a>?</span></b></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;margin-left:0in"><span style="color:#C00000"><a href="about-vedic-astrology.php" target="new"><b><span style="font-size:15.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#C00000">Vedic Astrology</span></b></a></span><span class="apple-converted-space"><span style="font-size:15.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#C00000">&nbsp;</span></span><span style="font-size:15.5pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#C00000">is an ancient Indian science which
explains planetary motions and positions with respect to time and their effect
on humans and other entities on earth. <a href="about-vedic-astrology.php" target="new"><span style="color:#C00000">Vedic astrology</span></a> can be traced
thousands of years back. Early <a href="about-vedic-astrology.php" target="new"><span style="color:#C00000">Vedic astrology</span></a> was only
based on the movement of planets with respect to stars, but later on it started
including zodiac signs as well. According to <a href="about-vedic-astrology.php" target="new"><span style="color:#C00000">Vedic astrology</span></a> there are 27
constellations made up of 12 zodiac signs, 9 planets and 12 houses with each
house and planet representing some aspect of human life. Depending on when a
person is born, the 12 signs are distributed among the 12 houses and 9 planets
are placed in various houses. This visual representation of the snapshot of the
signs and planets is called a <a href="index.php" target="new"><span style="color:#C00000">horoscope </span></a>chart. <a href="about-vedic-astrology.php" target="new"><span style="color:#C00000">Vedic astrology</span></a> is nothing
but interpreting the meaning of these arrangements as it applies to humans and
other entities.</span></p>
<p>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 704 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="services-astrology.php" target="new"></a></p>
<p class="cool" style="margin: 12pt 0in; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 706 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="services-astrology.php" target="new">
</a></p><p><a href="services-astrology.php" target="new"><b><span style="font-size:14.5pt;line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
color:#00B050">TYPES OF </span></b></a><b><span style="font-size:14.5pt;
line-height:115%;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#00B050"><a href="about-vedic-astrology.php" target="new"><span style="color:#00B050">VEDIC ASTROLOGY</span></a></span></b></p>
<p style="margin: 0in 0in 0.1in; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 714 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="services-astrology.php" target="new"></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 714 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 target="new" href="about-vedic-astrology.php">
</a></p><h2>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.

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 face="Courier New,monospace" size
Priority 2
There is no attribute "size".
Line 716 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.

="4
Priority 1
Element "font" undefined.
Line 716 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="about-vedic-astrology.php" target="new"><span style="color:#00B050">Vedic astrology</span></a> </font><b><span style="font-size:13.5pt;
font-family:&quot;Courier New&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia">(<a href="learn-about-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:fuchsia">Jyotisha</span></a>)</span></b><b></b>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.

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 face="Courier New,monospace" size="4
Priority 1
Element "font" undefined.
Line 717 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.

"><font color
Priority 2
There is no attribute "color".
Line 717 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.

="#ff33bb
Priority 1
Element "font" undefined.
Line 717 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.

">
has three main branches:</font></font></h2>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;margin-left:.5in;
text-indent:-.25in;mso-list:l0 level1 lfo1;tab-stops:list .5in"><!--[if !supportLists]--><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;font-family:Symbol;mso-fareast-font-family:Symbol;
mso-bidi-font-family:Symbol;color:#984806;mso-themecolor:accent6;mso-themeshade:
128">·<span style="font-size: 7pt; font-family: 'Times New Roman'; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></a
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="services-astrology.php" target="new">
</a></p><p>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 729 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="services-astrology.php" target="new"></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 729 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="services-astrology.php" target="new">
</a></p><p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 732 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="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128"></span></a><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:
128">Siddhanta (Astronomy): Astronomy &amp; its application to </span></a><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a></span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:.5in;text-indent:-.25in;line-height:normal;tab-stops:list .5in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">·</span><span style="font-size:7.0pt;
mso-bidi-font-size:11.0pt;mso-fareast-font-family:Symbol;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:
128">Samhita (Mundane </span></a></span><span style="font-size:10.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>): Covers Mundane <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>, predicting important events
related to countries such as war, earth quakes, political events, astro -
meteorology, financial positions, electional <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>; house &amp; construction
related matters (Vaastu Shaastra), animals, portents &amp; omens etc.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:.5in;text-indent:-.25in;line-height:normal;tab-stops:list .5in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">·</span><span style="font-size:7.0pt;
mso-bidi-font-size:11.0pt;mso-fareast-font-family:Symbol;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:
128">Hora (Predictive </span></a></span><span style="font-size:10.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>):</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:.5in;line-height:normal"><span style="font-size:12.0pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:
128">This branch has the following different styles / sub branches:-</span></a></span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Jaatak Shaastra / Hora Shaastra
(Natal</span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;
color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128"> Astrology</span></a> / horoscopy): Prediction
based on individual <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">horoscope</span></a>.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Muhurt or Muhurtha (Electional </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>): Selection of beneficial time
to initiate an activity to get maximum fruition from the life activities.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Swar Shaastra (Phonetical </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>): Predictions based on name
&amp; sounds.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Prashna (Horary </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>): Predictions based on time
when a question is asked by querent / querist.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Ankjyotisha / Kabala (</span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="astrology-links.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">Numerology</span></a>): A branch of <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a> based on numbers.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="free-astrologer.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">Nadi Astrology</span></a>: </span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:
128">An ancient treatise having detailed predictions for individuals.</span></a></span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Tajik Shaastra / Varsha Phal (</span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="annual-yearly-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">Annual Horoscope</span></a>): <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">Astrology</span></a> based on annual solar returns.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Tajik Shaastra / Varsha Phal (</span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="annual-yearly-horoscope-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">Annual Horoscope</span></a>): <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">Astrology</span></a> based on annual solar returns.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Jaimini Sutras: A non-conventional
method of timing of events based on Famous Indian </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="about-us-vedic-astrologer.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrologer</span></a>, Acharya Jaimini.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Nastjaatakam (Lost </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">Horoscope</span></a>):</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:
128">Art of tracing / construction of lost </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">horoscope</span></a>.</span></p>
<p style="margin-top:0in;margin-right:0in;margin-bottom:.1in;
margin-left:1.0in;text-indent:-.25in;line-height:normal;tab-stops:list 1.0in"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#984806;mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="font-size:10.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Courier New&quot;;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">o</span><span style="font-size:7.0pt;mso-bidi-font-size:
11.0pt;mso-fareast-font-family:&quot;Courier New&quot;;color:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;&nbsp;&nbsp; </span><span style="font-size:10.0pt;
mso-bidi-font-size:11.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128">Streejaatak (female </span></a></span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a>): A special branch of <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128">astrology</span></a> dealing with female
nativities.</span></p>
<p style="margin-top:12.0pt;margin-right:0in;margin-bottom:
12.0pt;margin-left:0in;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:red"><a href="services-astrology.php" target="new"><b><span style="font-size:14.5pt;mso-bidi-font-size:11.0pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:red">DIFFERENCE BETWEEEN VEDIC AND
WESTERN </span></b></a></span><b><span style="font-size:14.5pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:
&quot;Times New Roman&quot;;color:red"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:red">ASTROLOGY</span></a></span></b></p>
<p style="margin-bottom:.1in;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#00B050">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="font-size:15.5pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#00B050">The most easily referred to difference
between the two lies in the method of measurement of the Zodiac. </span></a></span><span style="font-size:15.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#00B050"><a href="about-vedic-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#00B050">Vedic
astrology</span></a> uses primarily the sidereal zodiac (in which stars are
considered to be the fixed background against which the motion of the planets
is measured), whereas most Western <a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#00B050">astrology</span></a>
uses the tropical zodiac (the motion of the planets is measured against the
position of the Sun on the Spring equinox). This difference becomes only
noticeable over time, after the course of several centuries, as a result of the
precession of the equinoxes. Synchronically, the two systems are identical,
with just a shift of the origin of the ecliptic longitude by about 22 degrees
or days, resulting on the placement of planets in the previous sign in Western
charts about 80% of the time.</span></p>
<p style="margin-top:12.0pt;margin-right:0in;margin-bottom:
12.0pt;margin-left:0in;line-height:normal;mso-outline-level:3"><b><span style="font-size:13.5pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:red"><a href="services-astrology.php" target="new"><span style="font-size:14.5pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:red">SCEINTIFIC BASIS OF </span></a></span></b><b><span style="font-size:14.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:red"><a href="about-vedic-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:red">VEDIC ASTROLOGY</span></a></span></b><b></b></p>
<p style="margin-bottom:.1in;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#CC00CC">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="font-size:15.5pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#CC00CC">Ancient Hindu literature is full of
mythology related to zodiac signs, constellations (also known as Nakshatras)
and planets, which explain a lot of astrological rules. However the popular
opinion is that the mythology was just a method that our ancient seers used to
explain some very complex physical laws, which were beyond the comprehension of
common people. Unfortunately even today's modern science has not been able to
fully understand those physical laws behind this ancient method although it's
getting there very fast. Our current understanding of the science of </span></a></span><span style="font-size:15.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#CC00CC"><a href="index.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:#CC00CC">astrology</span></a>
lies in statistics and probability. Statistics is the branch of m</span><span style="font-size:15.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;color:#C1078C">athematics,
which can deal with correlation between two or more seemingly independent
events without knowing the cause of that correlation. If in a chart of 1000
people have the same astrological chart then it can be seen that certain
astrological rules hold true in 70%-80% of them. In statistical terms we may
say that the occurrence of a specific event in one's life when certain
planetary combination exists is "statistically significant". Let's
say that you flip a coin 1000 times then the probability of "heads"
is always near 50%. Now let's say that you observe the results of flipping a
coin during the sun set and sun rise. If you find, after an year long test,
that probability of "heads " coming up during sunrise is not actually
50%, as expected, but its 70%, then you can actually construct a rule that if
you flip a coin during sun rise, </span><span style="font-size:15.5pt;
font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
mso-bidi-font-family:&quot;Times New Roman&quot;;color:fuchsia">the chances of you
getting a "heads" will always be more. <a href="about-vedic-astrology.php" target="new"><span style="mso-bidi-font-size:11.0pt;color:fuchsia">Vedic
astrology </span></a>can be explained in a similar way. Certain combinations in
one's</span><span style="font-size:15.5pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;mso-bidi-font-family:&quot;Times New Roman&quot;;
color:#C1078C"> chart actually result in a prediction, which turns out to be
correct in 70-80% of the charts having that combination. We may not explain it
yet as to why it happens but the evidence is pretty strong that events can be
predicted with very reasonable statistical significance.</span></p>
<p>&nbsp;</p>
<p><a href="services-astrology.php" target="new">&nbsp;<img src="resources/astrologer/astrologer-in-india1.jpg?timestamp=1360476986035" alt="Astrologer In India" height="1930" width="884"></
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 1020 HTML Validation

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

a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1020 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1020 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 1020 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></p><p>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1020 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="services-astrology.php" target="new"><span style="font-size:15.5pt;font-family:
&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#C1078C"></span></a></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:red;mso-ansi-language:EN" lang="EN">Vargas</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1030 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="services-astrology.php" target="new"><span style="color:blue"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1030 HTML Validation

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

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

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

>
</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#00B050">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:#00B050;mso-ansi-language:EN" lang="EN">There are
sixteen&nbsp;<b>varga</b>&nbsp;(meaning </span><span style="color:#00B050;
mso-bidi-language:SA" lang="SA">varga</span><span style="color:#00B050;
mso-ansi-language:EN" lang="EN">, 'part, division'), or divisional, charts used in </span></a><a href="about-vedic-astrology.php" target="new"><span style="color:#00B050">Hindu astrology</span></a>:</span></p>
<table class="MsoNormalTable" style="mso-cellspacing:1.5pt;
mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in" border="0" cellpadding="0">
<tbody><tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align
Priority 2
There is no attribute "align".
Line 1046 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.

="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#00B050"><a href="services-astrology.php" target="new"><b><span style="color:#00B050">Varga</span></b></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#00B050"><a href="services-astrology.php" target="new"><b><span style="color:#00B050">Divisor</span></b></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#00B050"><a href="services-astrology.php" target="new"><b><span style="color:#00B050">Chart</span></b></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#00B050"><a href="services-astrology.php" target="new"><b><span style="color:#00B050">Purpose</span></b></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:1">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Rasi</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">1</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-1</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Natal chart</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:2">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Hora</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">2</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-2</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Overall</span></a> <a href="services-astrology.php" target="new"><span style="color:#00B050">wealth</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:3">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Drekkana</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">3</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-3</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Siblings</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:4">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Chaturtamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">4</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-4</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Properties</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:5">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Trimshamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">5</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-5</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Morals, ethics, spiritual values</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:6">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Saptamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">7</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-7</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Children</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:7">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Navamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">9</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-9</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Spouse, Etc.</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:8">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Dashamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">10</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-10</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Earning Career</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:9">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Dwadashamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">12</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-12</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Pare</span></a><a href="services-astrology.php" target="new"><span style="color:#00B050">nts, Grandparents</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:10">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Shodhashamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">16</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-16</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Vehicl</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:#00B050">es</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:11">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Vimshamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">20</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-20</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Upasana-s, Sādhana-s</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:12">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Chaturvimsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">24</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-24</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Education (higher)</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:13">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Saptavimshamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">27</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-27</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Vitality</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:14">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Khavedamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">40</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-40</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Quality of life</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:15">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Akshavedamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">45</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-45</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:#00B050">(From here on out,the birth time must
be absolutely precise or the divisional chart is incorrect!!)</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:16;mso-yfti-lastrow:yes">
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Shastiamsha</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">60</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">D-60</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050">Used to differentiate between twins,
etc., etc.</span></a></span></p>
</td>
</tr>
</tbody></table>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="color:#C1078C;mso-ansi-language:EN" lang="EN">Chart
styles</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#00B050;mso-ansi-language:EN" lang="EN">There are
three chart styles used in</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal">
</p>
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.

<h3>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 1434 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 face="Courier New,monospace" size="4
Priority 1
Element "font" undefined.
Line 1434 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:#00B050;mso-ansi-language:EN" lang="EN"><a href="learn-about-astrology.php" target="new"><span style="color:#00B050">Jyotiṣha</span></a>, which are depicted
below:</span></font></h3>
<table class="MsoNormalTable" border="0" cellpadding="0" height
Priority 2
There is no attribute "height".
Line 1439 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.

="66" width="420">
<tbody><tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes">
<td style="width:63.2pt;padding:.75pt .75pt .75pt .75pt" valign="top" width
Priority 2
There is no attribute "width".
Line 1441 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.

="84">
<table class="MsoNormalTable" style="width:315.0pt;
mso-cellspacing:1.5pt;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in" border="0" cellpadding="0" width="420">
<tbody><tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes;mso-yfti-lastrow:yes">
<td style="width:63.2pt;padding:.75pt .75pt .75pt .75pt" valign="top" width="84">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1449 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="services-astrology.php" target="new"><span style="font-size:9.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;color:blue">&nbsp;</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#00B050"><a href="services-astrology.php" target="new"><span style="color:#00B050">North Indian</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt" valign="top">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1459 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="services-astrology.php" target="new"><span style="font-size:9.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;color:blue">&nbsp;</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#00B050"><a href="services-astrology.php" target="new"><span style="color:#00B050">South Indian</span></a></span></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt" valign="top">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1469 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="services-astrology.php" target="new"><span style="font-size:9.0pt;mso-bidi-font-size:11.0pt;font-family:
&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;color:blue">&nbsp;</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#00B050"><a href="services-astrology.php" target="new"><span style="color:#00B050">Eastern Indian</span></a></span></p>
</td>
</tr>
</tbody></table>
</td>
<td style="padding:.75pt .75pt .75pt .75pt" valign="top"><br></t
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1480 HTML Validation

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

d>
<td style="padding:.75pt .75pt .75pt .75pt" valign="top"><br></t
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1481 HTML Validation

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

d>
</tr>
</tbody></table>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><b><span style="color:#984806;mso-ansi-language:EN" lang="EN">Legend:</span></b><span style="color:#984806;mso-ansi-language:EN" lang="EN">&nbsp;
Priority 3
Use italic text sparingly - for one or two words or a short phrase.

Help
Keep runs of styled text to less than 70 characters. When used well, styled text draws attention to important words, but also decreases reading speed by almost twenty percent.

<i>Ra - Rahu, Sa -
Saturn, Ve - Venus, Su -Sun, Ma - Mars, Me - Mercury, As - Lagna, Mo - Moon, Ke
- Kethu, Ju - Jupite</i></span></a></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><i><span style="color:#984806;mso-ansi-language:EN" lang="EN">r.</span></i></a></span>
</p><p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1494 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="services-astrology.php" target="new"><span style="font-size:9.0pt;mso-bidi-font-size:11.0pt;color:blue">&nbsp;</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:#984806;mso-ansi-language:EN" lang="EN">Grahas – the planets</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1503 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="services-astrology.php" target="new"><i><span style="color:#984806;mso-ansi-language:EN" lang="EN"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1503 HTML Validation

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

>
</span></i></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="color:#984806;mso-ansi-language:EN" lang="EN">Graha</span></b><span style="color:#984806;mso-ansi-language:EN" lang="EN">&nbsp;( </span><span style="font-family:&quot;Mangal&quot;,&quot;serif&quot;;color:#984806;mso-ansi-language:
EN" lang="EN">ग्रह</span><span style="color:#984806;mso-ansi-language:EN" lang="EN">,&nbsp;
<i>graha, 'seizing, laying hold of, holding'.</i></span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#984806;mso-ansi-language:EN" lang="EN">Nine
grahas, or navagrahas, are used</span></a></span></p>
<p>&nbsp;</p>

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif; "></span></a><table class="MsoNormalTable" border="0" cellpadding="0" height="106" width="559"><tbody><tr><td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
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="resources/online-astrologer/online-astrologer2.jpg?timestamp=1364753538318" alt="Online Astrologer" style="width: 850px; margin: 4px; padding: 0px;"></t
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

d><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt"><br></t
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

d><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt"><br></t
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

d><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt"><br></t
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

d></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td></tr><tr><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1519 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1519 HTML Validation

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

a></td><td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1520 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="services-astrology.php" target="new"><br></
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 1520 HTML Validation

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

a></td>
</tr>
</tbody></table>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1524 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="services-astrology.php" target="new">
</a></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1526 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="services-astrology.php" target="new"></a>
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="services-astrology.php" target="new"><span style="color:#984806;mso-themecolor:accent6;
mso-themeshade:128;mso-ansi-language:EN" lang="EN">Planets in maximum&nbsp;</span></a><a href="services-astrology.php" target="new" title="Exaltation (astrology)"><span style="color:#984806;
mso-themecolor:accent6;mso-themeshade:128">exaltation</span></a><a href="services-astrology.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
128">, mooltrikona (own sign), and debilitation, are</span></a></p>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="0" cellpadding="0">
<tbody><tr>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Graha</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Exaltation</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Mooltrikona</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Debilitation</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Sign Rulership</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1563 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Sun"><span style="color: rgb(152, 72, 6); ">Sun</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">10° Aries</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">4°-20° Leo</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">10° Libra</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Leo</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1584 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Moon"><span style="color: rgb(152, 72, 6); ">Moon</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">3° Taurus</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">4°-20° Cancer</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">3° Scorpio</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Cancer</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1605 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Mars"><span style="color: rgb(152, 72, 6); ">Mars</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">28° Capricorn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">0°-12° Aries</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">28° Cancer</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Aries, Scorpio</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1626 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Mercury (planet)"><span style="color: rgb(152, 72, 6); ">Mercury</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">15° Virgo</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">16°-20° Virgo</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">15° Pisces</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Gemini, Virgo</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1647 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Jupiter"><span style="color: rgb(152, 72, 6); ">Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">5° Cancer</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">0°-10° Sagittarius</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">5° Capricorn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sagittarius, Pisces</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1668 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Venus"><span style="color: rgb(152, 72, 6); ">Venus</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">27° Pisces</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">0°-15° Libra</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">27° Virgo</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Taurus, Libra</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1689 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Saturn"><span style="color: rgb(152, 72, 6); ">Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">20° Libra</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">0°-20° Aquarius</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">20° Aries</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Capricorn, Aquarius</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1710 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Rahu"><span style="color: rgb(152, 72, 6); ">Rahu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Taurus, Gemini</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Virgo</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Scorpio, Sagittarius</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Aquarius (co-ruler)</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1731 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Ketu (mythology)"><span style="color: rgb(152, 72, 6); ">Ketu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Scorpio, Sagittarius</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Pisces</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Taurus, Gemini</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Scorpio (co-ruler)</span></a></p>
</td>
</tr>
</tbody></table>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-ansi-language:EN" lang="EN">The natural planetary relationships are:</span></a></p>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="0" cellpadding="0">
<tbody><tr>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Graha</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Friends</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Neutral</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Enemies</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1781 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Sun"><span style="color: rgb(152, 72, 6); ">Sun</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Moon, Mars, Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mercury</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Venus, Saturn</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1798 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Moon"><span style="color: rgb(152, 72, 6); ">Moon</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun, Mercury</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mars, Jupiter,
Venus, Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mercury, Venus,
Saturn</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1817 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Mars"><span style="color: rgb(152, 72, 6); ">Mars</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun, Moon, Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Venus,Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mercury</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1834 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Mercury (planet)"><span style="color: rgb(152, 72, 6); ">Mercury</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun, Venus</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mars, Jupiter,
Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Moon</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1852 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Jupiter"><span style="color: rgb(152, 72, 6); ">Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun, Moon, Mars</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mercury, Venus</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1869 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Venus"><span style="color: rgb(152, 72, 6); ">Venus</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mercury, Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mars, Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun, Moon</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1886 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Saturn"><span style="color: rgb(152, 72, 6); ">Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Venus, Mercury</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun, Moon, Mars</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1903 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Rahu"><span style="color: rgb(152, 72, 6); ">Rahu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun, Venus</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mars, Mercury,
Jupiter, Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Moon</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1921 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Ketu (mythology)"><span style="color: rgb(152, 72, 6); ">Ketu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mars</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Moon, Mercury,
Jupiter, Venus, Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun</span></a></p>
</td>
</tr>
</tbody></table>
<p style="margin-bottom:0in;margin-bottom:.0001pt"><span style="color:#984806;
mso-themecolor:accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;color:#984806;mso-themecolor:
accent6;mso-themeshade:128;mso-ansi-language:EN" lang="EN">Rāśi – the zodiac signs</span></b></a></span></p>
<p style="margin-bottom:0in;margin-bottom:.0001pt;background-position:initial initial;
background-repeat:initial initial">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 1944 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.

<font size="3
Priority 1
Element "font" undefined.
Line 1944 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:#984806;mso-themecolor:
accent6;mso-themeshade:128"><a href="services-astrology.php" target="new"><span style="color:#984806;mso-themecolor:accent6;
mso-themeshade:128;mso-ansi-language:EN" lang="EN">The&nbsp;</span></a>
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="services-astrology.php" target="new" title="Sidereal zodiac"><span style="color:#984806;mso-themecolor:
accent6;mso-themeshade:128">sidereal zodiac</span></a><a href="services-astrology.php" target="new"><span style="color:#984806;mso-themecolor:accent6;mso-themeshade:
128">&nbsp;is an imaginary belt of 360 degrees (like the&nbsp;</span></a>tropical
zodiac), divided into 12 equal parts. Each twelfth part (of 30 degrees) is
called a sign or&nbsp;<b>rāśi</b>&nbsp;(Sanskrit:&nbsp;<i>rāśi</i>, 'part').
Jyotiṣa and Western&nbsp;zodiacs&nbsp;differ in the method of measurement.
While synchronically, the two systems are identical, Jyotiṣa uses primarily the
sidereal zodiac (in which stars are considered to be the fixed background
against which the motion of the planets is measured), whereas most&nbsp;Western
astrology&nbsp;uses the&nbsp;tropical zodiac&nbsp;(the motion of the planets is
measured against the position of the Sun on the&nbsp;Spring equinox). This
difference becomes noticeable over time. After two&nbsp;millennia, as a result
of the&nbsp;precession of the equinoxes, the origin of the&nbsp;ecliptic
longitude&nbsp;has shifted by about 22 degrees. As a result the placement of
planets in the Jyotiṣa system is consistent with the actual zodiac, while in
western astrology the planets fall into the following sign, as compared to
their placement in the sidereal zodiac, about two thirds of the time.</span></font></p>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 1962 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.

<font size="3
Priority 1
Element "font" undefined.
Line 1962 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.

">
</font><p>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 1964 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.

<font size="3
Priority 1
Element "font" undefined.
Line 1964 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:#984806;mso-themecolor:accent6;
mso-themeshade:128">&nbsp;</span></font></p>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="0" cellpadding="0">
<tbody><tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Number</span></b></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Sanskrit</span></b></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 1980 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="services-astrology.php" target="new"><b></b></a><b><a title="International Alphabet of Sanskrit Transliteration"><span style="color: rgb(152, 72, 6); ">International
Alphabet of Sanskrit Transliteration</span></a></b></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Sanskrit gloss</span></b></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Western name</span></b></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Greek</span></b></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Gloss</span></b></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2004 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="services-astrology.php" target="new"><b></b></a><b><a title="Tattva"><span style="color: rgb(152, 72, 6); ">Tattva
(Element)</span></a></b></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Quality</span></b></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Ruling Planet</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">1</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">मेष</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Meṣa</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">ram</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2036 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Aries (astrology)"><span style="color: rgb(152, 72, 6); ">Aries</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Κριός</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">ram</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2047 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Agni"><span style="color: rgb(152, 72, 6); ">Tejas (Fire)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Cara (Movable)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mars</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">2</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">वृषभ</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Vṛṣabha</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">bull</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2076 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Taurus (astrology)"><span style="color: rgb(152, 72, 6); ">Taurus</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Ταῦρος</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">bull</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2087 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Prithivi"><span style="color: rgb(152, 72, 6); ">Prithivi
(Earth)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sthira (Fixed)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Venus</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">3</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">मिथुन</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mithuna</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">twins</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2117 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Gemini (astrology)"><span style="color: rgb(152, 72, 6); ">Gemini</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Δίδυμοι</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">twins</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2128 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Vayu"><span style="color: rgb(152, 72, 6); ">Vayu (Air)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Dvisvabhava (Dual)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mercury</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">4</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">कर्कट</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Karkaṭa</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">crab</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2157 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Cancer (astrology)"><span style="color: rgb(152, 72, 6); ">Cancer</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Καρκίνος</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">crab</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2168 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Jala (water)"><span style="color: rgb(152, 72, 6); ">Jala (Water)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Cara (Movable)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Moon</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">5</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">सिंह</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Siṃha</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">lion</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2197 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Leo (astrology)"><span style="color: rgb(152, 72, 6); ">Leo</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Λέων</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">lion</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2208 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Agni"><span style="color: rgb(152, 72, 6); ">Tejas (Fire)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sthira (Fixed)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sun</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">6</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">कन्या</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Kanyā</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">girl</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2237 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Virgo (astrology)"><span style="color: rgb(152, 72, 6); ">Virgo</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Παρθένος</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">virgin</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2248 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Prithivi"><span style="color: rgb(152, 72, 6); ">Prithivi
(Earth)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Dvisvabhava (Dual)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mercury</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">7</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">तुला</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Tulā</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">balance</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2278 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Libra (astrology)"><span style="color: rgb(152, 72, 6); ">Libra</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Ζυγός</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">balance</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2289 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Vayu"><span style="color: rgb(152, 72, 6); ">Vayu (Air)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Cara (Movable)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Venus</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">8</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">वृश्चिक</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Vṛścika</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">scorpion</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2318 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Scorpio (astrology)"><span style="color: rgb(152, 72, 6); ">Scorpio</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Σκoρπιός</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">scorpion</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2329 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Jala (water)"><span style="color: rgb(152, 72, 6); ">Jala (Water)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sthira (Fixed)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mars</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">9</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">धनुष</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Dhanus</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">bow</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2358 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Sagittarius (astrology)"><span style="color: rgb(152, 72, 6); ">Sagittarius</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Τοξότης</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">archer</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2369 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Agni"><span style="color: rgb(152, 72, 6); ">Tejas (Fire)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Dvisvabhava (Dual)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Jupiter</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">10</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">मकर</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Makara</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">sea-monster</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2398 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Capricorn (astrology)"><span style="color: rgb(152, 72, 6); ">Capricorn</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Αἰγόκερως</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">goat-horned</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2409 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Prithivi"><span style="color: rgb(152, 72, 6); ">Prithivi
(Earth)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Cara (Movable)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Saturn</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">11</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">कुम्भ</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Kumbha</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">pitcher</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2439 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Aquarius (astrology)"><span style="color: rgb(152, 72, 6); ">Aquarius</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Ὑδροχόος</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">water-pourer</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2450 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Vayu"><span style="color: rgb(152, 72, 6); ">Vayu (Air)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Sthira (Fixed)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Saturn</span></a></p>
</td>
</tr>
<tr>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">12</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">मीन</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><i><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mīna</span></i></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">fish</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2479 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Pisces (astrology)"><span style="color: rgb(152, 72, 6); ">Pisces</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Ἰχθεῖς</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">fish</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2490 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="services-astrology.php" target="new"></a><a href="services-astrology.php" target="new" title="Jala (water)"><span style="color: rgb(152, 72, 6); ">Jala (Water)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Dvisvabhava (Dual)</span></a></p>
</td>
<td style="padding:.75pt .75pt .75pt .75pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Jupiter</span></a></p>
</td>
</tr>
</tbody></table>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806;
mso-ansi-language:EN" lang="EN">The zodiac signs in Hindu astrology correspond to parts
of the body:</span></a></p>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Sign</span></b></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#984806">Part of Body</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Meṣa (Aries)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">head</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Vṛṣabha (Taurus)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">mouth</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mithuna (Gemini)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">arms</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Karka (Cancer)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">two sides</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Siṃha (Leo)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">heart</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Kanyā (Virgo)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">digestive system</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Tula (Libra)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">umbilical area</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Vṛścika (Scorpio)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">generative organs</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Dhanus (Sagittarius)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">thighs</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Makara (Capricorn)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">knees</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Kumbha (Aquarius)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Lower part of legs</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">Mīna (Pisces)</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#984806">feet</span></a></p>
</td>
</tr>
</tbody></table>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C;
mso-ansi-language:EN" lang="EN">Bhāvas – the houses</span></b></a></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
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="services-astrology.php" target="new"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 2647 HTML Validation

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

>
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="resources/horoscope-online/horoscope-online21.jpg?timestamp=1364754909226" alt=" Horoscope Online " style="width: 850px; margin: 4px; padding: 0px;"
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 2647 HTML Validation

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

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

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

a></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2649 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="services-astrology.php" target="new">
</a></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2651 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="services-astrology.php" target="new"><span style="color:fuchsia"></span></a></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
</p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2653 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2653 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:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia">Bhāva</span></b><span style="color:fuchsia">&nbsp;(</span></a
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a><a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>bhāva</i>, 'division'.) In
Hindu astrology, the&nbsp;</span></a>natal chart&nbsp;is the&nbsp;<b>bhava
chakra</b>&nbsp;(Sanskrit:&nbsp;<i>chakra</i>, 'wheel'.) The bhava chakra is
the complete 360° circle of life, divided into houses, and represents our way
of enacting the influences in the wheel. Each house has associated karaka
(Sanskrit:&nbsp;<i>karaka</i>, 'significator') planets that can alter the
interpretation of a particular house.</span></font></p>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2659 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2659 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.

">
</font>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">House</span></b></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Name</span></b></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Karakas</span></b></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Meanings</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">1</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Lagna</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sun</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">outer personality,
physique, health/well-being, hair, appearance</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">2</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Dhana</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter, Mercury,
Venus, Sun, Moon</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">wealth, family
relationships, eating habits, speech, eyesight, death</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">3</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sahaja</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">natural state,
innate temperament, courage, valor, virility, younger siblings</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">4</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sukha</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Moon</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">inner life,
emotions, home, property, education, mother</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">5</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Putra</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">creativity,
children, spiritual practices, punya</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">6</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Ari</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars, Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">acute illness,
injury, openly known enemies, litigation, daily work, foreigners, service</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Yuvati</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Venus, Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">business and
personal relationships, marriage, spouse, war, fighting</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">8</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Randhara</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">length of life,
physical death, mokṣa, chronic illness, deep and ancient traditions</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">9</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Dharma</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter, Sun</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">luck, fortune,
spirituality,&nbsp;</span></a>
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="services-astrology.php" target="new" title="Dharma"><span style="color: rgb(193, 7, 140); ">dharma</span></a><a href="services-astrology.php" target="new">,&nbsp;</a><a title="Guru"><span style="color: rgb(193, 7, 140); ">guru</span></a>, father</p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">10</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Karma</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mercury, Jupiter,
Sun, Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">dream fulfillment,
knees and spine, current karmas, career, sky themes (being 12am/mid heavens</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">11</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Labha</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; ">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">gains, profits from
work, ability to earn money, social contexts and organizations</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">12</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Vyaya</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">loss, intuition,
imprisonment, foreign travel,&nbsp;</span></a><a href="services-astrology.php" target="new" title="Moksha"><span style="color: rgb(193, 7, 140); ">moksha</span></a></p>
</td>
</tr>
</tbody></table>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C;
mso-ansi-language:EN" lang="EN">Nakshatras</span></b></a></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2924 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="services-astrology.php" target="new"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 2924 HTML Validation

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

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

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

a></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2926 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="services-astrology.php" target="new">
</a></p><p>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2928 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="services-astrology.php" target="new"><span style="color:fuchsia"></span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2928 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2928 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.

">One
of the 27 divisions of the sky, identified by the prominent star(s) in them,
used in </font></span></a>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2930 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2930 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="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Hindu astrology</span></a>.</font></p>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2930 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2930 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.

">
</font>
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2932 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2932 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.

">
</font><p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2934 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2934 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.

">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2934 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="services-astrology.php" target="new">
</a></font></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2936 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2936 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.

">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2936 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="services-astrology.php" target="new"></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2936 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="services-astrology.php" target="new">
</a></font></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2938 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2938 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.

">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2938 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="services-astrology.php" target="new"><span style="color:fuchsia"></span></a>
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2938 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="services-astrology.php" target="new">
</a></font></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2940 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2940 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.

">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 2940 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="services-astrology.php" target="new"></a></font></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
</p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2942 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.

<font size="3
Priority 1
Element "font" undefined.
Line 2942 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:fuchsia"><a href="services-astrology.php" target="new"><span style="color:fuchsia">Historical (medieval) </span></a><a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Hindu astrology</span></a> had various
systems of enumerating either 27 or 28 nakshatras. Today, popular
usage&nbsp;favours a rigid system of 27 nakshatras covering 13°20’ of the&nb
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>

sp;<a href="services-astrology.php" target="new" title="Ecliptic"><span style="color:fuchsia">ecliptic</span></a><a href="services-astrology.php" target="new"><span style="color:fuchsia">&nbsp;each. Each nakshatra is divided
into quarters or&nbsp;<i>padas</i>&nbsp;of 3°20’:</span></a></span></font><
Priority 2
Use relative rather than absolute units in FONT SIZE attributes.
Line 2945 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.

/p><font size
Priority 1
Element "font" undefined.
Line 2945 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.

="3">
</font><font color="#cc0088
Priority 1
Element "font" undefined.
Line 2947 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.

">
</font>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="0" cellpadding="0">
<tbody><tr>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">#</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Name</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Location</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Ruler</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Pada 1</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Pada 2</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Pada 3</span></b></a></p>
</td>
<td style="background:#CCCCCC;padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Pada 4</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">1</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Ashvinī</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">अश्विनी</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">0 – 13°20' Aries</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Ketu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">चु</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Chu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">चे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Che</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">चो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Cho</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ला</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;La</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">2</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Bharanī</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">भरणी</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">13°20' – 26°40'
Aries</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Venus</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ली</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Li</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">लू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Lu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ले</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Le</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">पो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Lo</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">3</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Krittikā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">कृत्तिका</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">26°40' Aries –
10°00' Taurus</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sun</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;A</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;I</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;U</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;E</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">4</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Rohini</span>&nbsp;(</span><span style="font-size:
12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">रोहिणी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">10°00' – 23°20'
Taurus</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Moon</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;O</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">वा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Va/Ba</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">वी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Vi/Bi</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">वु</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Vu/Bu</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">5</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Mrigashīrsha</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">म्रृगशीर्षा</span><span style="font-size:
12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">23°20' Taurus –
6°40' Gemini</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">वे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ve/Be</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">वो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Vo/Bo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">का</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ka</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">की</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ke</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">6</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Ārdrā</span>&nbsp;(</span><span style="font-size:
12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">आर्द्रा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">6°40' – 20°00'
Gemini</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Rahu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">कु</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ku</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Gha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ng/Na</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Chha</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Punarvasu</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">पुनर्वसु</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">20°00' Gemini –
3°20' Cancer</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">के</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ke</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">को</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ko</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">हा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ही</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Hi</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">8</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Pushya</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">पुष्य</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">3°20' – 16°40'
Cancer</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">हु</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Hu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">हे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;He</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">हो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ho</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Da</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">9</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Āshleshā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">आश्लेषा</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">16°40' Cancer –
0°00' Leo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mercury</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">डी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Di</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">डू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Du</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">डे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;De</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">डो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Do</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">10</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Maghā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">मघा</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">0°00' – 13°20' Leo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Ketu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">मा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ma</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">मी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Mi</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">मू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Mu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">मे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Me</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">11</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Pūrva</span>&nbsp;or&nbsp;<span style="color: rgb(193, 7, 140); ">Pūrva Phalgunī</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">पूर्व</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">&nbsp;</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">फाल्गुनी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">13°20' – 26°40' Leo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Venus</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">नो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Mo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">टा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ta</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">टी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ti</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">टू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Tu</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">12</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Uttara or&nbsp;<span style="color: rgb(193, 7, 140); ">Uttara Phalgunī</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">उत्तर</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">&nbsp;</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">फाल्गुनी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">26°40' Leo – 10°00'
Virgo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sun</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">टे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Te</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">टो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;To</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">पा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Pa</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">पी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Pi</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">13</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Hasta (</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">हस्त</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">10°00' – 23°20'
Virgo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Moon</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">पू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Pu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Sha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Na</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Tha</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">14</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Chitrā (</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">चित्रा</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">23°20' Virgo – 6°40'
Libra</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">पे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Pe</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">पो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Po</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">रा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ra</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">री</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ri</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">15</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Svātī</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">स्वाती</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">6°40' – 20°00 Libra</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Rahu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">रू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ru</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">रे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Re</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">रो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ro</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ता</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ta</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">16</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Vishākhā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">विशाखा</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">20°00' Libra – 3°20'
Scorpio</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ती</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ti</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">तू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Tu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ते</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Te</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">तो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;To</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">17</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Anurādhā</span>&nbsp;(</span><span style="font-size:
12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">अनुराधा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">3°20' – 16°40'
Scorpio</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ना</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Na</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">नी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ni</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">नू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Nu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ने</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ne</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">18</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Jyeshtha</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">ज्येष्ठा</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">16°40' Scorpio –
0°00' Sagittarius</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mercury</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">नो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;No</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">या</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ya</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">यी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Yi</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">यू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Yu</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">19</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Mūla</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">मूल</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">0°00' – 13°20'
Sagittarius</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Ketu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ये</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ye</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">यो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Yo</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">भा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Bha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">भी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Bhi</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">20</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Pūrva Ashādhā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">पूर्वाषाढ़ा</span><span style="font-size:
12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">13°20' – 26°40'
Sagittarius</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Venus</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">भू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Bhu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">धा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Dha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">फा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Bha/Pha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ढा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Dha</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">21</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Uttara Ashadha</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">उत्तराषाढ़ा</span><span style="font-size:
12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">26°40' Sagittarius –
10°00' Capricorn</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sun</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">भे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Bhe</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">भो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Bho</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">जा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ja</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">जी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ji</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">22</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Shravana</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">श्रवण</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">10°00' – 23°20'
Capricorn</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Moon</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">खी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ju/Khi</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">खू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Je/Khu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">खे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Jo/Khe</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">खो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Gha/Kho</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">23</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Shravishthā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">धनिष्ठा</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">) or&nbsp;<span style="color: rgb(193, 7, 140); ">Dhanistā</span></span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">23°20' Capricorn –
6°40' Aquarius</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">गा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ga</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">गी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Gi</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">गु</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Gu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">गे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Ge</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">24</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Shatabhishā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">शतभिषा</span><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)or&nbsp;<span style="color: rgb(193, 7, 140); ">Shatataraka</span></span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">6°40' – 20°00'
Aquarius</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Rahu</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">गो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Go</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">सा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Sa</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">सी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Si</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">सू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Su</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">25</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Pūrva Bhādrapadā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">पूर्वभाद्रपदा</span><span style="font-size:
12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">20°00' Aquarius –
3°20' Pisces</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">से</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Se</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">सो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;So</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">दा</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Da</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">दी</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Di</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">26</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Uttara Bhādrapadā</span>&nbsp;(</span><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">उत्तरभाद्रपदा</span><span style="font-size:
12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">3°20' – 16°40'
Pisces</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">दू</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Du</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Tha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Jha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Da/Tra</span></a></p>
</td>
</tr>
<tr>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">27</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"><span style="color: rgb(193, 7, 140); ">Revatī</span>&nbsp;(</span><span style="font-size:
12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">रेवती</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">)</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">16°40' – 30°00'
Pisces</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mercury</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">दे</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;De</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">दो</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Do</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C"></span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Cha</span></a></p>
</td>
<td style="padding:0in 0in 0in 0in">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Mangal&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">ची</span><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:#C1078C">&nbsp;Chi</span></a></p>
</td>
</tr>
</tbody></table>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C;
mso-ansi-language:EN" lang="EN">&nbsp;Daśhā-s – the planetary periods</span></b></a></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4134 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="services-astrology.php" target="new"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 4134 HTML Validation

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

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

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

a></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
</p><p style="margin-bottom:0in;margin-bottom:.0001pt"><span style="color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Dasha</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Devanagari"><span style="color:fuchsia">Devanagari</span></a><a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;</span><span style="font-family:&quot;Mangal&quot;,&quot;serif&quot;;color:fuchsia;mso-ansi-language:EN" lang="EN">दशा</span><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">,&nbsp;</span></a>Sanskrit,<i>daśā</i>,
'planetary period'.) The dasha system shows which planets will be ruling at
particular times in <a href="about-vedic-astrology.php" target="new"><span style="color:fuchsia">Hindu astrology</span></a>. There are
several dasha systems; however, the primary system used by <a href="services-astrology.php" target="new"><span style="color:fuchsia">astrologers </span></a>is the
Vimshottari dasha system. The first maha dasha is determined by the position of
the natal Moon. Each maha dasha is divided into subperiods called&nbsp;<i>bhuktis</i>.
Vimshottari dasha lengths are</span></p>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Maha Dasha</span></b></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Length</span></b></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Bhuktis</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Ketu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Ketu, Venus, Sun,
Moon, Mars, Rahu, Jupiter, Saturn, Mercury</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Venus</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">20 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Venus, Sun, Moon,
Mars, Rahu, Jupiter, Saturn, Mercury, Ketu</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sun</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">6 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sun, Moon, Mars,
Rahu, Jupiter, Saturn, Mercury, Ketu, Venus</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Moon</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">10 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Moon, Mars, Rahu,
Jupiter, Saturn, Mercury, Ketu, Venus, Sun</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars, Rahu, Jupiter,
Saturn, Mercury, Ketu, Venus, Sun, Moon</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Rahu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">18 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Rahu, Jupiter,
Saturn, Mercury, Ketu, Venus, Sun, Moon, Mars</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">16 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter, Saturn,
Mercury, Ketu, Venus, Sun, Moon, Mars, Rahu</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">19 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn, Mercury,
Ketu, Venus, Sun, Moon, Mars, Rahu, Jupiter</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mercury</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">17 Years</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mercury, Ketu,
Venus, Sun, Moon, Mars, Rahu, Jupiter, Saturn</span></a></p>
</td>
</tr>
</tbody></table>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; "><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;font-family:
&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C;
mso-ansi-language:EN" lang="EN">Drishtis – the planetary aspects</span></b></a></p>
<p style="margin: 0in 0in 0.0001pt 0.5in; background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4307 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="services-astrology.php" target="new"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 4307 HTML Validation

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

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

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

a></p>
<p style="margin-bottom: 0.0001pt; background-position: initial initial; background-repeat: initial initial; ">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4309 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="services-astrology.php" target="new">
</a></p><p style="margin-bottom:0in;margin-bottom:.0001pt">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4311 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="services-astrology.php" target="new"><span style="color:fuchsia"></span></a>
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="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Drishti</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a><a href="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>drishti</i>, 'sight'.) In
Hindu astrology, the aspect is to an entire sign, and grahas only cast forward
aspects:</span></a></p>
<p style="margin-bottom:0in;margin-bottom:.0001pt"><span style="color:fuchsia">&nbsp;</span></p>
<table class="MsoNormalTable" style="background-position: initial initial; background-repeat: initial initial; " border="1" cellpadding="0" cellspacing="0">
<tbody><tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Graha</span></b></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; text-align: center; " align="center"><a href="services-astrology.php" target="new"><b><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;;
color:#C1078C">Houses</span></b></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Sun</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Moon</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mercury</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Venus</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">7th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Mars</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">4th, 7th, 8th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Jupiter</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">5th, 7th, 9th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Saturn</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">3rd, 7th, 10th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Rahu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">5th, 7th, 9th</span></a></p>
</td>
</tr>
<tr>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">Ketu</span></a></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="margin-bottom: 0.0001pt; "><a href="services-astrology.php" target="new"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:#C1078C">No planetary aspect</span></a></p>
</td>
</tr>
</tbody></table>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:fuchsia;mso-ansi-language:EN" lang="EN">Gocharas – the transits</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Gochara</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>gochara</i>, 'transit'.) In
Hindu astrology, a natal chart shows the actual positions of the grahas at the
moment of birth. Since that moment, the grahas have continued to move around
the zodiac, interacting with the natal chart grahas. This period of interaction
is called&nbsp;<i>gochara</i>.</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:fuchsia;mso-ansi-language:EN" lang="EN">Yogas – the planetary combinations</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4444 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="services-astrology.php" target="new"><span style="color:fuchsia"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 4444 HTML Validation

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

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

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

>
</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Yoga</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>yoga</i>, 'union'.) In Hindu
astrology, yogas are planetary combinations placed in specific relationships to
each other</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:#C1078C;mso-ansi-language:EN" lang="EN">"There
are many yogas in Hindu system, but predominantly in today's age the positive
and negative yogas have to be seen in different context as far as situations
are concerned. Some yogas like Kaal Sarp are referred to as bad, but there are
many famous people and billionaires with Kaal Sarp yoga."</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:#C1078C;mso-ansi-language:EN" lang="EN">Dig bala – the directional strength</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Dig bala</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>dig bala</i>, 'directional
strength'.) Graha-s gain strength when they are placed in specific&nbsp;</span></a>cardinal&nbsp;houses</span></p>
<table class="MsoNormalTable" style="mso-cellspacing:0in;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in" border="1" cellpadding="0" cellspacing="0">
<tbody><tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="color:#C1078C">House</span></b></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="color:#C1078C">Grahas</span></b></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="color:#C1078C">Direction</span></b></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:1">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">1st</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Jupiter, Mercury</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">East</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:2">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">4th</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Venus, Moon</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">North</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:3">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">7th</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Saturn</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">West</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:4;mso-yfti-lastrow:yes">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">10th</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Sun, Mars</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">South</span></a></span></p>
</td>
</tr>
</tbody></table>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:#C1078C">&nbsp;</span></b><b><span style="font-size:13.5pt;
mso-bidi-font-size:11.0pt;color:#C1078C;mso-ansi-language:EN" lang="EN">Lagna – the
ascendant</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4569 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="services-astrology.php" target="new"><span style="color:blue"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 4569 HTML Validation

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

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

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

>
</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Lagna</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>lagna</i>, 'ascendant'.) Lagna
is the first moment of contact between the soul and its new life on earth in
Hindu astrology</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:#C1078C;mso-ansi-language:EN" lang="EN">Atmakaraka – the soul significator</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4586 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="services-astrology.php" target="new"><span style="color:blue"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 4586 HTML Validation

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

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

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

>
</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Atmakaraka</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>atmakaraka</i>, from&nbsp;<i>atma</i>,
'soul', and&nbsp;<i>karaka</i>, 'significator' .) Atmakaraka is the
significator of the soul's desire in Hindu astrology</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:fuchsia;mso-ansi-language:EN" lang="EN">Gandanta – the karmic knot</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4603 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="services-astrology.php" target="new"><span style="color:fuchsia"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 4603 HTML Validation

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

>
</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Gandanta</span></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>gandanta</i>, from&nbsp;<i>gand</i>,
'knot', and&nbsp;<i>anta</i>, 'end'.) Gandanta is a spiritual or karmic knot in
Hindu astrology. Gandanta describes the junction points in the natal chart
where the solar and lunar zodiacs meet, and are directly associated with times
of soul growth.</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:#C1078C;mso-ansi-language:EN" lang="EN">Ayanamsa – the zodiac conversion</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4621 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="services-astrology.php" target="new"><span style="color:blue"><br
Priority 1
End tag for "br" omitted, but OMITTAG NO was specified.
Line 4621 HTML Validation

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

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

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

>
</span></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><i><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Ayanamsa</span></i></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>ayanāṃsa</i>, from&nbsp;<i>ayana</i>,
'movement', and&nbsp;<i>aṃsa</i>, 'component') is the longitudinal difference
between the&nbsp;</span></a>Tropical&nbsp;(Sayana) and&nbsp;Sidereal&nbsp;(Nirayana)
zodiacs</span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="font-size:13.5pt;mso-bidi-font-size:11.0pt;
color:fuchsia;mso-ansi-language:EN" lang="EN">Moudhya – the combustion</span></b></a></span></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><i><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">Moudhya</span></i></b><span style="color:fuchsia;mso-ansi-language:EN" lang="EN">&nbsp;(</span></a>
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="services-astrology.php" target="new" title="Sanskrit"><span style="color:fuchsia">Sanskrit</span></a><a href="services-astrology.php" target="new"><span style="color:fuchsia">:&nbsp;<i>moudhya</i>, 'combustion') is
a planet that is in&nbsp;</span></a>conjunction&nbsp;with the Sun. The degrees
the planets are considered combust are</span></p>
<table class="MsoNormalTable" style="mso-cellspacing:0in;mso-yfti-tbllook:1184;mso-padding-alt:0in 0in 0in 0in" border="1" cellpadding="0" cellspacing="0">
<tbody><tr style="mso-yfti-irow:0;mso-yfti-firstrow:yes">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia">Graha</span></b></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:
0in;margin-bottom:.0001pt;text-align:center;line-height:normal" align="center"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:
&quot;Times New Roman&quot;;color:fuchsia"><a href="services-astrology.php" target="new"><b><span style="color:fuchsia">Degree</span></b></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:1">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Moon</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">12</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:2">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Mercury</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">13</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:3">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Venus</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">9</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:4">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Mars</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">17</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:5">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Jupiter</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">11</span></a></span></p>
</td>
</tr>
<tr style="mso-yfti-irow:6;mso-yfti-lastrow:yes">
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">Saturn</span></a></span></p>
</td>
<td style="padding:1.5pt 1.5pt 1.5pt 1.5pt">
<p style="mso-margin-top-alt:auto;margin-bottom:0in;
margin-bottom:.0001pt;line-height:normal"><span style="font-size:12.0pt;
font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;mso-fareast-font-family:&quot;Times New Roman&quot;"><a href="services-astrology.php" target="new"><span style="color:#C1078C">15</span></a></span></p>
</td>
</tr>
</tbody></table>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><b><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="sade-sati-shani-astrology.php" target="new"><span style="color:fuchsia">Sade sati</span></a> – the critical
transit</span></b></p>
<p style="mso-margin-top-alt:auto;margin-bottom:0in;margin-bottom:
.0001pt;line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia"><a href="sade-sati-shani-astrology.php" target="new"><span style="color:fuchsia">Sade sati</span></a>, the transit of
Saturn over the natal Moon (
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="services-astrology.php" target="new" title="Saturn return"><span style="color:fuchsia">Saturn return</span></a>
Priority 3
Use link text between 3 and 80 characters so it's long enough to be understood, but avoids line wrapping.

Help
A single word text link may not give enough information about the link's destination. A link that is a full sentence is difficult to read quickly, particularly if it wraps to another line.

<a href="services-astrology.php" target="new"><span style="color:fuchsia">), is the most important transit in a
birth chart and takes approximately 7.5 years to complete. The transit begins
when Saturn enters the house before the Moon, and ends when Saturn departs the
house after the Moon. The most intense phase is when Saturn is 2–3° on either
side of the Moon. The beginning of the transit will give an indication of the
issues to be addressed. Sade sati results in a complete transformation, usually
with a change in career or life direction</span></a></span></p>
<p style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto;
line-height:normal"><span style="font-size:12.0pt;font-family:&quot;Times New Roman&quot;,&quot;serif&quot;;
mso-fareast-font-family:&quot;Times New Roman&quot;;color:fuchsia">
Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 4748 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="services-astrology.php" target="new"><span style="color:fuchsia">&nbsp;</span></a></span></p>
<p><span style="color:fuchsia">&nbsp;</span></p>
</div>
</div><div id="I2783" 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 4754 HTML Validation


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


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


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1120" style="display:block;clear: both;" class="Text_Default">
<div id="I1120_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;</p><p>
</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>
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.

<h5 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:red"><a href="learn-about-astrology.php" target="new"><span style="color:red">Learn About Astrology</span></a></span></b><span style="font-size:9.0pt;font-family:&quot;Trebuchet MS&quot;,&quot;sans-serif&quot;;color:red"></span></h5>
Priority 2
Headings should not be empty.
Line 4765 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.


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.

<h5>
</h5>
Priority 2
Headings should not be empty.
Line 4767 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.


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.

<h5 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></h5>
Priority 2
Headings should not be empty.
Line 4767 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.


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.

<h5>
</h5>
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.

<h5 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 4771 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 4774 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></h5>
Priority 2
Headings should not be empty.
Line 4774 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.


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.

<h5>
</h5>
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.

<h5 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 4778 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">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 4779 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></h5>
Priority 2
Headings should not be empty.
Line 4780 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.


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.

<h5>
</h5>
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.

<h5 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></h5><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">&nbsp;</span></b><span style="font-size: 9pt; font-family: 'Trebuchet MS', sans-serif;"></span></p><p></p><p></p>
<p></p><p>&nbsp;</p><p></p><p></p>
<p><span style="color:#00B050">&nbsp;</span></p>
<p></p><span></span></div>
</div><div id="I2807" 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 4797 HTML Validation


src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
Priority 1
Required attribute "type" not specified.
Line 4797 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 4803 HTML Validation


t>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div><div id="I1124" style="display:block;clear: both;margin:0 0 0 0;" class="Text_Default">
<div id="I1124_sys_txt" class="sys_txt" style="margin:0px; padding:0px; color:; font:; background-color:;"><p>&nbsp;</p><p>
</p><p><b style="mso-bidi-font-weight:normal"><span style="font-size:14.0pt;
font-family:&quot;Courier New&quot;;color:#F79646;mso-themecolor:accent6"><a href="astrology-links.php" target="new"><span style="color:#F79646;mso-themecolor:accent6">Astrology links</span></a>
</span></b></p>
<p></p></div>
</div><div id="I3155" style="display:block;clear: both;text-align:left;" class="Image_Default">
Priority 3
Avoid specifying a new window as the target of a link with target="_blank".
Line 4814 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="about-vedic-astrology.php" target="_blank" >
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="I3155_img" src="resources/vedic-astrology/free-vedic-astrology.jpg.cropped978x263o-34%2C-20s1059x298.jpg" alt="vedic astrology" style='width:962px; border:none;'/></a></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 4839 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 4865 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 4865 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 4865 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 4865 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 4865 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>