* {
        margin: 0;
	padding: 0;
}
		
ul {margin-left: 2em;}
h1 {font: normal 1.9em sans-serif;}
h2 {
        font: bold 1.6em Verdana,sans-serif;
        padding-bottom: 4px;
}
/* content elements */
.content h1 {
        background: url(/images/bgh1.gif) repeat-x left bottom;
        color: black;
        margin-bottom: 3px;
        padding: 6px 0 4px;
}
.content a {
        color: black;
	text-shadow: #6374AB 20px -12px 2px;
        text-decoration: underline;
}
a.no_decor {
        text-decoration: none;
}
.content a:hover {color: black;}
.content .descr {margin-bottom: 3px;}
.content p {font-weight: bold;}
.text { 
	position: absolute; 
	left: -2px; 
	top: -1px; 
	color: #f87b02;
        margin-bottom: 3px;
        padding: 6px 0 4px;
}
.container { 
	position: relative; 
	left: 1px; 
	top: 1px; 
        color: black;
        background: url(/images/bgh1.gif) repeat-x left bottom;
        margin-bottom: 3px;
        padding: 6px 0 4px;
}
.headlines {
        text-align: left;
        font-size: 12px;
        width: 250px;
	background: #f1f0e4;
}
.headlines_menu, .rankings_header, .teams_header {
        background:#f87b02;
        color:white;
        font-weight: bold; 
        font-size: 12px;
}
.header {
        background: #111;
        border-bottom: 1px solid #333;
        font: normal 2em sans-serif;
        height: 120px;
}
