* {
	margin: 0; padding: 0; border: 0;
}
body {
	background: #232323;
	overflow: scroll;
}
#container {
	width: 700px;
	margin: 0 auto;
}
p.nameAddress {
	font-family: Century Gothic, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 25px;
}
p.contentText {
	font-family: Century Gothic, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 10px;
}	
h1.title {
	font-family: Century Gothic, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding-top:25px;
	padding-bottom:15px;
}
ul.inside  {
	list-style-position: inside;
	color: #ffffff;
}
li.mainList {
	font-family: Century Gothic, Arial;
}
li.subList {
	padding-left: 15px;
	color: #ffffff;
	font-family: Century Gothic, Arial;
}
li.subList2 {
	padding-left: 25px;
	color: #ffffff;
	font-family: Century Gothic, Arial;
}
a:link {color: #0099ff}     /* unvisited link */
a:visited {color: #2d6386}  /* visited link */
a:hover {color: #0099ff}   /* mouse over link */
a:active {color: #0099ff}   /* selected link */ 