@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: verdana;
	font-size: 14px;
	color: #CCCCCC;
}
body {
	background-image:url(../img/worldcup2010/bg.gif);
}
.style1 {color: #ccc; font-weight: bold;}
.style2 {color: #ccc; font-size:10px;}
.style3 {color: #ccc; font-size:10px;}
.style4 {color: #ccc}
.style5 {color: #ff0000}
h1 {
font-size:16px;
font-weight:bold;
color:#fff;
}
h2 {
font-size:14px;
font-weight:bold;
color:#fff;
}
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
#container {
width:900px;
height:1300px;
margin:auto;
background-color: #002E62;
border:#ffffff solid thin;
padding:10px;
}