/*
This style sheet was created from G:\personal\seilfly\vendepunkter\html\countrylist.html
*/


BODY {
	font-family : sans-serif;
}

BODY.html {
	margin-left: 60px;
	margin-right: 50px;
	font-family: serif;
}

TABLE.wext {
	background-color : #3333CC;
	color : White;
}

TABLE.wint {
	background-color : #EEEEFF;
	color: Black;
	width : 100%;
	font-size : smaller;
}

TABLE.mext {
	background-color : #990000;
	font-size : smaller;
	color : White;
	border-spacing: 0px;
}

TABLE.mint {
	background-color : #FFFFCC;
	color: Black;
	width : 100%;
	font-size : smaller;
}


/* note that A:HOVER isn't supported by all browsers */
A {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

TR.even {
	background-color : White;
}

TR.odd {
	background-color : #EEEEFF;
}



