#flagg {
position: absolute;
right: 4px;
top: 4px;
}

#mydiv {
font-variant: small-caps;
font-size: 1.5em; 
font-weight: bold; 
position: absolute;
right: 10%
}
p   
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: white;
	}
li
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: white;
	}
h1 
{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	}
a 
{
	color: yellow;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	}

a:hover
{color: white;
}
body
{
	background-color:#003399; 
	}
.content img
{
  border: medium double rgb(255,255,255)
}
.content body
{
	background-color:#003399;
	background-image:none;
}

