@charset "utf-8";
@font-face {
	font-family: Roboto;
	src: url("http://wheresmydroid.com/fonts/Roboto-Regular.ttf");
}
body {
	background-color: #E1E1E1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
}
#header {
	padding-top: 10px;
}
#body {
	background-color: #222;
}

h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 48px;
	font-weight: normal;
	border-bottom-color: #666;
	text-align: center;
	color: #99CC00;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #99CC00;
	text-align: left;
}
h3 {
	color: #99cc00;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: left;
}
b {
	color: #9C0;
}


a {
	color: #99CC00;
	text-decoration: none;
}
a:visited {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	text-decoration: none;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
.nav-table {
	background-color: #343434;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
	text-align: center;
}
.nav-text {
	font-family: Roboto;
	font-size: 18px;
	color: #99CC00;
	padding-top: 7px;
	padding-bottom: 3px;
	-webkit-transition: background-color 15ms linear 0s;
	-moz-transition: background-color 15ms linear 0s;
	-ms-transition: background-color 15ms linear 0s;
	-o-transition: background-color 15ms linear 0s;
	transition: background-color 15ms linear 0s;
}
.nav-text-selected {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9C0;
	padding-bottom: 1px;
}

.nav-text:hover {
	background-color: #222;
}
#content {
	margin-top: 15px;
	padding: 15px;
	text-align: justify;
}
#image {
	margin-top: 50px;
	margin-bottom: 50px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #000;
}
