/* Shooto Finland CSS tyylitiedosto */

/* TEXTAREA */
body {
	background-color: #000000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.03em;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.03em;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.03em;
}

table {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.03em;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.03em;
}
/* LINKIT */
a:link {
	color: #3399FF;
	text-decoration: underline;
}

a:visited {
	color: #FFCC00;
	text-decoration: underline;
}

a:link img {
	border: none;	
}

a:visited img {
	border: none;
}

a.white:link, a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 0.03em;
}

/* COPYRIGHT INFO */


.copyinfo {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: 500;
	color: #FFFFFF;
	letter-spacing: 0.03em;
}




