/* Standard Style for Astrology Template */
.header{
	background-color: #FF0066;
}

.toolbarlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0066;
	text-decoration: none;
}
.toolbarlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B22222;
	text-decoration: underline;
}
.menurow{
	background-color: #FF0066;
	cursor: pointer;
}
.menurowhover{
	background-color: #FF6699;
	cursor: pointer;
}
.maintable{
	background-color: #FF0066;
}
.catcell{
background-color: #FFffFF;
}

.bodytext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	color: #FF0066;
}

.footer{
	background-color: #FF0066;
}

/* Extended Style for Astrology Template */

.astrotitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0066;
	font-weight: bold;
	font-style: normal;


}
.astrosubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #FF0066;
	padding: 2px;
	font-weight: bolder;
}
.astrobox{
	border: 1px solid #FF0066;
}
.linkcell{
	background-color: #FF0066;
	cursor: pointer;
	font-weight:bolder;
}
.linkcellhover{
	background-color: #FF6699;
	cursor: pointer;
	font-weight:bolder;
}
.topbarlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
}
