a:link{
color:#0000FF;
text-decoration:none;
}

a:active{
color:#0000FF;
text-decoration:none;
}
a:visited{
color:#0000FF;
text-decoration:none;
}
a:hover{
text-decoration:underline
}

body {
font-family: Arial, Helvetica, sans-serif;
margin-left:10%;
margin-right:10%;
background-color:#333333;
text-align:center;
}

.contentTable{
background-color:#FFFFFF;
text-align: left;
width:100%;
}

.faq_img{
margin-right:5px;
}

.mainTable{
	background-color:#FFFFFF;
	width:800px;
	margin: 0 auto;
	border: thin solid #000000;
}

.menuLinks{
color:#FFFFFF;
}

.menuLinks a{
text-decoration: none;
color:#FFFFFF;
text-align:center;
font-weight:normal;
font-size:smaller;
}

.menuLinks a:hover{
text-decoration: underline;
}

