body {	
	background:#cdcdcd;
	background-image:url(images/aupair.gif);
	background-repeat:no-repeat;
	font-family: Arial, sans-serif;
	font-size:100%;
}

/*Navigation
------------------------------------------------------*/

#navigation {
	font-size:1.5em;
	margin:1em 0em 0em 14em;
}
div.ext a:link {
	color:#000000; 
	text-decoration:none; 
}
div.ext a:visited { 
	color:#000000; 
	text-decoration:none; 
}
a.plain {
	text-decoration:none; 
}
span.tab {
	color:#ffffff;
}

/*End of Navigation
-------------------------------------------------------*/

#main {
	margin:4em 0em 0em 6em;
	max-width:35em;
	padding:0em 0em 4em 0em;
	text-align:justify;
	width:50%;
}
h1 {
	color:#000000;
	text-align:left;
	font-size:1.5em;
	font-weight:normal;
}
h2 { 
	color:#000000;
	font-size:1.2em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
a:link { 
	color:#ff0000;
	background:#cdcdcd;
	text-decoration:none;
}
a:visited {
	color:#0000ff;
	background:#cdcdcd;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:underline;
}
ul {
	list-style-type:none;
	padding: 0em 0em 0em 0em;
}
ol {
	list-style-type:decimal;
	padding: 0em 0em 0em 1.5em;
}
dd  {
	margin:0em 0em 0.5em 0em;
}
address {
	font-style:normal;
}
del {
	text-decoration:line-through;
}
pre {
	font-family:monospace;
	font-size:inherit;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
