/* CSS Document */


BODY { margin: 10px; font-size: medium; font-family: Verdana, Helvetica; }
SMALL { font-size: small; }
FONT, P, TH, TD, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT, A { font-size: medium; font-family: Verdana, Helvetica; }

#header {border-bottom:thin solid #666;}
#article {width:60%}
#nav {}
#footer {font-size:small;}
#footer a {font-size:small;}

h2 {
	font-size:medium;
	background-image:url(images/flag.jpg);
	background-repeat: no-repeat;
	padding-left:2em;
}
h3 {
	color:#7C7C7C;
	font-size:small;
	font-weight:normal;
}
a {text-decoration:none;}
a:link {color:#900}
a:active {color:#600}
a:visited {color:#666}
a:hover {color:#600; text-decoration:underline;}



