* {
	margin: 			0;
	padding: 			0;

}

H1 {
  	font-family: 		Verdana, Arial, Helvetica, sans-serif;
  	font-size: 			11pt;
  	text-align: 		left;
  	margin-top: 		5;
}

body#g {
    background-color: 	333333;
}
 
body#b {
    background-color: 	black;
}

body#w {
    background-color: 	white;
}

Typo {
  font-family: 			Verdana, Arial, Helvetica, sans-serif;
  font-size: 			10px;
  background-image: 	none;
  color : 				666666;
}

a {
	color: 				666666;
}

a:visited {
	color: 				666666;
}

a:hover {
	text-decoration: 	underline;
	color: 				#000000;
}

a.typo {
	color: 				666666;
}

a.typo:visited {
	color: 				666666;
}


a.typo:hover {
	text-decoration: 	underline;
	color: 				#ffffff;
}

a.typo2 {
	color: 				ffffff;
}

a.typo2:visited {
	color: 				ffffff;
}

a.typo2:hover {
	text-decoration: 	underline;
	color: 				#ffffff;
}

img.border_image {
 	border: 			1px solid #666666;
}

td {
  font-family: 			Verdana, Arial, Helvetica, sans-serif;
  font-size: 			10px;
  background-image: 	none;
  color: 				666666;
}

td.highlight {
  color: 				white;
}

