

body {
	padding-top: 20px;
	background-color: #000;
	color: #000;
	font-family: 'Comic Sans MS', 'Lucida Casual', verdana, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	letter-spacing: 1px;
}

a {
/*	color: #E5E;*/
	color: #99F;
	text-decoration: none;
}

a:hover {
/*	color: #ea9a2e; */
	color: #CCF;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 7px 0px 10px;
	text-align: justify;
	line-height: 16px;
}

table.menu {
font-family: 'Comic Sans MS', 'Lucida Casual', verdana, arial, sans-serif;
font-weight: 500;
font-size: 20px;
}

table.info {
font-family: 'Comic Sans MS', 'Lucida Casual', verdana, arial, sans-serif;
font-size: 16px;
background: #000;
}

div.transbox
  {
  width:700px;
  margin:30px 50px;
  background-color:#fff;
  border:1px solid black;
  /* for IE */
  filter:alpha(opacity=70);
  /* CSS3 standard */
  opacity:0.7;
  }

div.transbox a {
	color: #A0A;
	text-decoration: none;
    font-weight: bold;
}

div.transbox a:hover {
	color: #F0F;
    text-decoration: underline;
    font-weight: bold;
}

div.transbox p
  {
  margin:30px 40px;
  font-weight:bold;
  font-size: 16px;
  color:#000000;
  }

div.transbox p.question {
	font-size: 20px;
	color: #A80;
}
div.transbox p.answer {
	font-size: 16px;
	color: black;
}

div.transbox ol,ul{
    font-size: 14px;
    text-align: left;
    color: black;
    list-style-position: outside;
    list-style-image: none; 
}

div.transbox ol li{
    list-style-type: decimal;
}

div.transbox ul li{
    list-style-type: circle;
}

div.transbox div.hr { 
    width: 70%; 
    height: 1px; 
    border: 0; 
    background-color: black; 
    margin-left: 5px;
    text-align: left;
} 

/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3em; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push{
	height: 3em; /* .push must be the same height as .footer */
}

