/* global.css ChrisPalermo.com Stylesheet */

a:link {
	text-decoration: underline;
	color: #FFFF00;
}

a:visited {
	text-decoration: underline;
	color: #FFFF00;
}

a:hover {
	text-decoration: underline;
	color: #008686;
}


a.header:link {
  	font-family: arial, helv, sans-serif;
	font-weight: bold;
	font-size: 90%;
 	text-decoration: none;
	color: #FFFFFF;
}

a.header:visited {
  	font-family: arial, helv, sans-serif;
	font-weight: bold;
	font-size: 90%;
 	text-decoration: none;
	color: #FFFFFF;
}

a.header:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 90%;
	color: #FFFF00;
}


body {
  	font-family: arial, helv, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}



.dailyText {
	font-size: 90%;
}

.videoText {
	font-size: 80%;
	text-align:justify;
}


.introText {
	font-size: 80%;
	text-align:justify;
}

.regText {
	font-size: 80%;
}

.imagesText {
	font-size: 80%;
}


.featureText {
	font-size: 90%;
}

img {
	border-style: none;
}

.footerText {
  	font-family: arial, helv, sans-serif;
	color: #FFFFFF;
	font-size: 80%;
	font-style: italic;
}

.captionText {
  	font-family: arial, helv, sans-serif;
	color: #e7e7e7;
	font-size: 70%;
}

.guestbookText {
  	font-family: arial, helv, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}


.guestbook {
  	font-family: arial, helv, sans-serif;
	color: #FFFFFF;
	font-size: 50%;
	font-weight: bold;
}


.dateHeading {
  	font-family: arial, helv, sans-serif;
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
}

.yellowHeading {
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #FFFF00;
}


