/* background color */
body {
	background-color: #000014;
}

/* link colors */
a {
	color: #ffffff;
}
a:hover {
	color: #48b193;
}

/* border color for menu and columns */
.nav, .c1, .c2, .c3, .c4, .c9 {
	font-family: mplus-1c-regular, Verdana, Tahoma, sans-serif;
	src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-1c-regular.ttf')
	 format("truetype");
	border-bottom:dotted 2px;
}

/* background color for selected page in the menu - same color as above */
.nav li.current_page_item > a, .nav li.current_page_parent > a { 
background-color: #ffffff;
}

/* background color for widgets */
.widget {
	background: #000014;
}

/* wiget titles */
.widget h2 {
	background: #000014;
	color: #ffffff;
}


