@charset "utf-8";
/* CSS Document */

/* Main Styles */
body { 
	font-family:arial,sans-serif; 
	font-size: 12px;
    background-image:url('http://affinitynumerology.com/numberimages/numerology.jpg'); 
	background-repeat:no-repeat;
	background-position:left top;
	}
p, td, li {
	font-family: verdana,arial,sans-serif;
	color:#000000;
	font-size: 12px;
	line-height:140%;
	}

th { font-size:11px; }
table { border-collapse:collapse; }

.larger { font-size:larger; }
.bold { font-weight:bold; }
.italic { font-style: italic; }
.nowrap { white-space:nowrap; }
.tableborder { border:2px solid black; }

a:link {
	color:#006666;
	text-decoration: none;
	background-color:#fff;
	font-weight:bold;
	}
a:visited {
	color:#006666;
	text-decoration: none;
	background-color:#fff;
	font-weight:bold;
	}
a:hover {
	color:#000000;
	background-color:#feff9c;
	font-weight:bold;
	}
a:active {
	color:#000000;
	background-color:#feff9c;
	font-weight:bold;
	}

h1 {
	font-size: 18px;
	margin-top:35px;
	margin-bottom:25px;
	color: #000000;
	font-weight: bold;
	}

h2 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	}

h3 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

h4 {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	}

.centercontent { position:relative; padding:25px; padding-top:0; padding-bottom:0; font-size: 13px;}
.center{text-align:center;}
.indent {margin-left:30px;}
.bigger16 {font-size: 16px;}
.readingtitlehighlight { background-color:#dbecf6; text-align:center; }
.graphicalbarchart { background-color:#dbecf6; }
.readingblock {
   background-color:white;
   border-style:solid;
   border-width:1px;
   border-color:#006666; 
   padding:7px 20px 5px 20px;
   margin-bottom:35px;
   }

/* Top Menu CSS */
.topmenuline {
	position:relative;
	text-align:center;
	padding:10px;
	font-size:14px;
	white-space:nowrap;
	}
.submenubox {
	position:absolute;
	display:none;
	border:1px solid #999;
	border-radius:25px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
	font-size:13px;
	line-height:28px;
	padding:5px 5px 10px 10px;
	background-color:white;
	top:35px; 
	left:10px;
	text-align:left;
	}

/* End of Top Menu CSS */


