@import url(header.css);
@import url(navi.css);
@import url(content.css);



html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	background: #4570e0 url(img/navi.jpeg) repeat-x fixed bottom left;}

html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #000000;
}
h2 {
	color: #000000;	
}
h1 a,h2 a{
	color: #000000;
}
h3 {
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

#headTitle {
	display: none;
}
