		/*  external cascading style sheet  */

body 		{ 
		font-family: comic sans ms, times new roman, times, sans serif;
		font-size: 18px;
		background-color: #ffffff;
		color: #006633;
		}
p		{ 
		font-family: comic sans ms, times new roman, times, sans serif;
		}
hr		{
		height: 0px;
		border: 0px;
		color: #ffcc33;
		}
h1,h2,h3,h4,h5,h6 {
		text-align: center;
		font-family: comic sans ms, times new roman, times, sans serif;
		font-weight: bold;
		}
h1	 	{
		width: 100%;
		font-size: 150%;
		}
h2 		{
		font-size: 140%;
		filter: glow;
		}
h3,h4 	{
		font-size: 120%;
		}
h5,h6		{
		font-family: comic sans ms, times new roman, times, sans serif;
		font-size: 14px;
		}
h5.groups	{
		width:100%;
		height: 55px;
		}
img 		{
		border: 0;
		}
img.flag    {
		width: 70px;
		height: 45px;
		float: left;
		}
div.sectscores	{
		float:left;
		padding: 5px;
		width: 35px;
		height: 20px;
		font-size:70%
		}
div.weekscores,div.monthscores,div.yearscores	{
		float:left;
		padding: 5 15px 5 15px;
		width: 70px;
		height: 20px;
		}
div.links	{
		float:left;
		padding: 5 15px 5 15px;
		width: 150px;
		height: 20px;
		}
ul li		{
		width: 70px;
		height: 35px;
		list-style-type: none;
		}
		/*-------------------------- Pseudo classes --------------------*/ 
		
a:link 	{ 
		color: #006633; 
		text-decoration: none; 
		font-weight: bold;  
		} 
a:visited 	{ 
		color: #006633;
		text-decoration: underline; 
		font-weight: bold;  
		} 
a:hover 	{ 
		color: #ffcc00;
		font-weight: bold;
		text-decoration: underline;
		} 
a:active 	{ 
		color: #ffcc00;
		font-weight: bold;
		text-decoration: underline;  
		} 
		/*--------------------- ID's ----------------------------------------*/
#ldbcheader { 
		height: 100px;
		text-align: center;
		}
#ldbcnav 	{
		position: absolute;
		top: 116;
		left: 10px;
		width: 220px; 
		height: 350px;
		background-color: #ffffff;
		text-align: center;
		}
#ldbccenter {
		margin-left: 236;
		margin-right: 238;
		border-top: 1px solid #006633;
		border-bottom: 1px solid #006633;
		border-right: 1px solid #006633;
		border-left: 1px solid #006633;
		padding-top: 10px;
		height: 350px;	
		background-color: #ffffff;
		}
#ldbcscroller {
		position: absolute;
		top: 116;
		right: 10px;
		width: 220px;
		height: 350px;
		background-color: #ffffff;
		text-align: center;
		}
#ldbcfooter { 
		margin-left: 231;
		margin-right: 238;
		height: 40px;
		padding-top: 10px;
		font-family: arial, times new roman, times, sans serif;
		font-size: 10px;
		}

	

