body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
	margin:0;   
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #fff;
}

input, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
}

html, body{
	background-color: #000;
	color: #fff;
	
}

img {
	border-width: 0;
}

/* a #98D8DF
visited: #BBCECE */
a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #99CCCC;	
}

ul, ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: normal;
	color: #fff;
}

.bulletList {
	list-style-type: disc;
}
