* {font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	}
body {
	background-color: #000000;
	font-size: x-large;
}
p{
	text-align: justify;
}
td, th, {
}

a {
	
}

form {
	background-color: #CCCC99;
}

.title {
	font-size: x-large;
	color: #666666;
}

.subtitle {
	font-weight: bold;
  color: #660000; 
  font-style: oblique;
}

.header {
	color: #FFFF66;
	font-size:xx-large;
}

.nav {
	font-weight: bold;
	}

.navLink {
	font-size: medium;
	font-weight: bold;
}
a:hover {
	color: #DEDECA;
	background-color: #999999;
}

.sidebar {
	line-height: 22px;
	padding: 1px;
	background-color: #FFFF99;
}

.sidebarHeader {
	line-height: 22px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	line-height: 22px;
	background-color: #FFFF99;
 color: #990000;
}

.footer {
  	font-weight: bold;
	color: #901118;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}


