@charset "utf-8";
/* CSS Document */



body
{
	/* margin-left: 2%; */
	/* margin-right: 2%; */
	background-color: #fff;
	font-size: 12px;
	background: #fff url(images/flag.gif) no-repeat fixed 150px 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a.nav:link {
	color: #005091;
	text-decoration: none;
}
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {
	color: #D89508;
	text-decoration: underline;
}
a.nav:active {color: blue; } 

.tabletop { 
/* background-image: url(pathtofile/image.jpg); */
background-repeat: no-repeat; 
} 

.form {
	margin-left: 20px
}
