* {
	padding: 0;
	margin: 0;
}
body {
   background-color : #000;
   color: #FFF;
   padding : 0;
	margin: auto; 
	/* only for IE5 */
	text-align: center;
	
}

input, select, textarea, body {
	font: 11px/12px verdana, helvetica, arial, sans-serif;
}

p, li, label, td, th {
	font: 11px/14px verdana, helvetica, arial,  sans-serif;
}
p {
	margin: 4px 0;
}
frame, frameset {
	border: none;
}

img {
	border: none;
}
form {
	display: inline;
}
a:visited, li a:visited {
   /*font-weight : bold;*/
   text-decoration : none;
}

a:link, li a:link {
   /*font-weight : bold;*/
   text-decoration : underline;
}

a:hover, li a:hover {
   text-decoration : underline;
}

a:active, li a:active {
  /* font-weight : bold;*/
   text-decoration : underline;
}
h1, h2 ,h3, h4 {
	font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 1.35em;
	line-height: 1.35em;
}

h2 {
	font-size: 1.15em;
	line-height: 1.15em;
}
h3 {
	font-size: 1.00em;
	line-height: 1.00em;
}
h4 {
	font-size: 0.95em;
	line-height: 1.00em;
}


