@charset "utf-8";
/* CSS Document */
body
{
	color:#000000;
	background-image:url(flag.jpg);
	background-repeat:repeat;
}
#header1
{
	color:#FFA500;
	font-weight:bold;
	text-align:center;
}
#header2
{
	color:#000099;
	font-weight:bold;
	text-align:center;
}
#header3 {
	color:#CC0000;
	font-weight:bold;
	text-align:center;
}
#a {
	color:#CC0000;
	text-align:center;
}
#a a:link {color: #CC0000; text-decoration: none}
#a a:visited {color: #CC0000; text-decoration: none}
#a a:active {text-decoration: none}
#a a:hover {color: #FF99FF; text-decoration: underline; background-color: #CC0000}
#p
{
	color: #FFA500;
	text-align:center;
}
#p a:link {color: #FFA500; text-decoration: none}
#p a:visited {color: #FFA500; text-decoration: none}
#p a:active {text-decoration: none}
#p a:hover {color: #FF3300; text-decoration: underline; background-color: #FFA500}
#w
{
	color:#000099;
	text-align:center;
}
#w a:link {color:#000099; text-decoration:none}
#w a:visited {color:#000099; text-decoration:none}
#w a:active {text-decoration:none}
#w a:hover {color:#00FFFF;text-decoration:underline; background-color: #000099}
#links a:link {color:#0000FF; text-decoration:none}
#links a:visited {color:#0000FF;text-decoration:none}
#links a:active {text-decoration:none}
#links a:hover {color:#FF0000; text-decoration:underline; background-color:#99CCFF}
#hline1
{
/* <hr id="hline1" color="#FF0000" size="5" width="100%" />
	CSS formatting of "Horizontal Rule <hr>" NOT
	supported in Firefox & Navigator (Netscape) browsers
	"size" & "noshade" are NOT supported in CSS
	size:2; unsupported property
    height:2; ?? */
	color:red;
	width:100%;
}
#hline2
{
/* <hr id="hline2" size="1" width="100%" /> */
	width:100%;
}
#hline3
{
/* <hr id="hline3" color="#0000FF" size="5" width="100%" /> */
	color:blue;
	width:100%;
}
#hline4
{
/* <hr id="hline4" color="#000000" size="2" width="100%" /> */
	color:black;
	width:100%;
}
#hline5
{
/* <hr id="hline5" color="#000000" size="1" width="100%" /> */
	color:black;
	width:100%;
}
#ftr1
{
	color:teal;
	font-size:x-small;
	font-weight:bold;
	text-align:center;
}
#btn
{
	background-color:#CC6666;
	color:#FFFFFF;
	border-bottom-color:#666666;
	border-left-color:#666666;
	border-right-color:#CCCCCC;
	border-top-color:#CCCCCC;
	border:groove;
	font-weight:bold;
}
.ctr
{
	text-align:center;
}
.lftAln {
	text-align:left;
}