﻿BODY{
  color : #000000;
  background-color : #000000;
  text-align : center;
  font-family : Verdana,Arial,Helvetica;
  font-size: 14px;
}

.flag {
	width: 18px;
	height: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	margin-bottom: 3px;
}

table {
  /* background-color : #0080ff; */
  background-color : #88b8ca ;
  width: 980px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}
TR {
	padding: 0px;
}

TD {
	padding: 5px;
  font-family : Verdana,Arial,Helvetica;
  font-size: 14px;
}

A {
  text-decoration : underline;
}
A:VISITED{
  color : #000000;
  text-decoration : underline;
}

.embed {
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

#mainsection{
  background-color : #ffffff;
  height: 720px;
  width: 990px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -360px; 
  margin-left: -495px;
  padding: 0px;
}
