@import url(layout.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);


body {
	background: #f0f4fa;
	font: 11px veranda, sans-serif;
	color: #000000;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

a {
 	text-decoration: none !important;
}

a:link {
	color: #0052b0;
}

a:visited{
	color: #0052b0;
}

a:hover{
	color: #000000;
}

a:active{
	color: #FFFFFF;
}

h1 {
color: #00529E;
}

h2 {
color: #00529E;
}

h3 {
color: #00529E;
}