@charset "utf-8";
/* CSS Document */
.footer
{
    FONT-SIZE: 10px;
    Z-INDEX: 5;
    COLOR: #999999;
    FONT-FAMILY: Verdana;
    TOP: 10px
}
.infotitle{
	font-size:16px;
}
.infolink{
	text-align:right;
}
.subtitle{
	font-size:12px;
	font-weight:bold;
}
.playtitle{
	font-style:italic;
}
/*Forms*/
input#email_2{ 
	display:none; 
} 
input#sender{ 
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
} 
input#semail{ 
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
}
input#subject{ 
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
}
input#message{ 
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
}

/*Default links*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img { 
	border: none; 
} 
/* Other Links */
.bloglink A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bloglink A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bloglink A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bloglink A:active {
	color: #FFFFFF;
	text-decoration: none;
}

