/* @override http://atkinsfamily.org/wx/wx.css */

html {
	background-color: #0d0d0d;
}

body {
	font-family:verdana;
	color: #7f7f7f;
	background-color: #0d0d0d;
}

/* Define Some Basic Styles */

h1 {
	font-size: 197%;
}
h2 {
	font-size: 182%;
}
h3 {
	font-size: 153.9%;
}
h4 {
	font-size: 138.5%;
}
h5 {
	font-size: 123.1%;
}
h6 {
	font-size: 77%;
}
p {
	font-size: 100%;
}

/* Define Some of the Regions */
#hd {
	text-align: center;
}

div.yui-g {
	border-top: 2px solid;
	border-bottom: 2px solid;
	text-align: center;
	background-color: #151926;
	margin-top: 10px;
	padding: 10px;
}

pre {
	text-align: left;
}

a, a:visited {
	color: #345d80;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.menu {
	font-size: 123.1%;
	float: left;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#ft {
	text-align: center;
}
