/***************************************
* CSS for Stan's Limo and Sister Sites *
***************************************/

body {
	background-color: #99ccff;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, Sans;
	font-size: 10pt;
	color: #006699;
}

a {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: none;
}
# content {
	background-color:#99ccff;
	
}
/***************************************
* HEADER CLASS *************************
***************************************/

.header_text {
	font-size: 10pt;
	color: #FFFF99;
	font-weight: bold;
}

a.header_text {
	color: #FFFF99;
	font-weight: bold;
	text-decoration: none;
}

a:hover.header_text {
	color: #FFFF00;
	text-decoration: underline;
}

.header_text2 {
	font-size: 12pt;
	color: #FFFF99;
	font-weight: bold;
}
.header_text3 {
	font-size: 14pt;
	color: #FFFF99;
	font-weight: bold;
}

/***************************************
* NAV SIDEBAR CLASS ********************
***************************************/

.nav_text {
	text-align: center;
	font-size: 7.5pt;
	color: #FFFFFF;
}

a.nav_text {
	text-align: center;
	color: #FFFFFF;
	font-size: 7.5pt;
	font-weight: bold;
	text-decoration:none;
}

a:hover.nav_text {
	color: #FFFF00;
	text-decoration: underline;
}

.nav_text2 {
	text-align: center;
	font-size: 7.5pt;
	font-weight: bold;
	color: 006699;
}

/***************************************
* FOOTER CLASSES ***********************
***************************************/

.footer_text {
	font-size: 7.5pt;
	font-weight: normal;
	color: #CCCCCC;
}

a.footer_text {
	color: #999999;
	text-decoration: none;
}

a:hover.footer_text {
	color: #CCCCCc;
	text-decoration: underline;
}

a.footer_text2 {
	font-size: 7.5pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footer_text2 {
	color: #FFFF00;
	text-decoration: underline;
}

/***************************************
* NOT 100% SURE WHAT THESE ARE FOR *****
***************************************/

a.new-york-limos {
	font-family: Verdana, Arial, Helvetica, Sans;
	color: #003366;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

a:hover.new-york-limos {
	font-family: Verdana, Arial, Helvetica, Sans;
	color: #003366;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
}

