body {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 11px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.title {
	font-size: 13px;
	line-height: 3px;
	text-decoration: none;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
p {
}
.heading {
	font-size: 140%;
	text-decoration: none;
	font-style: italic;
}
.free {
	text-decoration: none;
}
/* flowplayer stuff*/
a.myPlayer { 
    display:block; 
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:center; 
    border:1px solid #999; 
} 
 
/* play button */ 
a.myPlayer img { 
    margin-top:70px; 
    border:0px; 
} 
 
/* hovering alters border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}