

h1, h2, h3, h4 {

     font-family: Helvetica, Arial, Geneva, Verdana, sans-serif;

     color: red;

     background: transparent;

     }



h1   {

     font-size: 36pt;

     text-align: center;

	 text-shadow: 3px 3px 5px #FF0000;

     }

.style3 {font-size: xx-large}
.style4 {color: #FFFF00}
.style5 {font-size: 60; color: #000000; }
.style7 {
		font-size: 60; 
		color: #FF0000; 

 }


.shadow {width:320; height:100; filter: Shadow(Color=#000000, Direction=135)}


#text{
	font-size: 3em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #FF0000; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#text:before,
#text:after{
	content: "Danville Dads"; /* generated text */
	display: block;
}

#text:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #cccccc; /* shadow color */
	background-color: transparent;
}

#text:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #ffffff; /* text color */
	background-color: transparent;
}