html, body {
	margin:0px;
	height:100%; /* this is the key! */
	
}
body{
	font-family: "Calibri", "Trebuchet MS",arial,sans-serif;
	font-size:12px;
}
.LagosWhiteLink {
	font-family: 'Cherry Cream Soda', arial, serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
}
.LagosWhiteLink a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.LagosWhiteLink a:hover{
	color:#FF0000;
}
.Lagos {
	font-family: 'Coda', arial, serif;
	font-size:20px;
	color:#0075BA;
}
.LagosBlack {
	font-family: 'Cherry Cream Soda', arial, serif;
	font-size:16px;
	color:#000000;
	font-weight:normal;
}
.Taekwondo {
	font-family: 'Cherry Cream Soda', arial, serif;
	font-size:50px;
	color:#000000;
	font-weight:bold;
}
.TaekwondoRed {
	font-family: 'Cherry Cream Soda', arial, serif;
	font-size:50px;
	color:#FF0000;
	font-weight:bold;
}
.Center {
	font-family: 'Coda', arial, serif;
	font-size:20px;
	color:#C1001F;
}
.Buda {
	
  font-family: 'Buda', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;	
}
.Buda a{
	text-decoration:underline;
	color:#C1001F;
	font-weight:bold;
}
.Buda a:hover{
	color:#0075BA;
}

.Buda2 {
	
  font-family: 'Buda', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;	
}
.Buda2 a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.Buda2 a:hover{
	color:#FF0000;
}

.Buda3 {
	
  font-family: 'Buda', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;	
}
.Buda3 a{
	text-decoration:underline;
	color:#0075BA;
	font-weight:bold;
}
.Buda3 a:hover{
	color:#C1001F;
}

.BudaNav {
  font-family: 'Buda', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;	
}
.BudaNav a{
	color:#FFFFFF;
	text-decoration:none;
    font-weight: bold;
	display:block;
	border-right:#333333 solid 2px;
}
.BudaNav a:hover{
	color:#FF0000;
}

.borderBottomRed {
	border-bottom:#C1001F solid 3px;
	
}
.borderBottomBlue {
	border-bottom:#0075BA solid 3px;
	
}
.borderTable{
	border:1px #666666 solid;
	background-color:#f4f4f4;
}
